Hex #f19c96 Color
equivalent to
RGB
(241, 156, 150)Details of #f19c96
|
|
|
|
Color HEX #f19c96 matches (241, 156, 150) in RGB.
#f19c96 hex color red value is 241, green value is 156 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f19c96 hue: 0.01, saturation: 0.76 and the lightness value of f19c96 is 0.77.
The process color (four color CMYK) of #f19c96 color hex is 0.00, 0.35, 0.38, 0.05. Web safe color of #f19c96 is #ff9999. Color #f19c96 contains mainly RED color.
Base Numbers
|
|
|
|
#f19c96 tints
#f19c96 shades
RGB in % of #f19c96
CMYK in % of #f19c96
Preview Color #f19c96 on black ground
Very nice color.
Preview Color #f19c96 on white ground
Very nice color.
CSS Codes #f19c96 color
.mybgcolor {background-color:#f19c96; } .myforecolor {color:#f19c96; } .mybordercolor {border:3px solid #f19c96; }
Text Font Color #f19c96
<p style="color:#f19c96">Text here</p>
This sample text font color is #f19c96
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #f19c96
<div style="background-color:#f19c96">
Div content here</div>
This div background color is #f19c96
Border Color #f19c96
<div style="border:3px solid #f19c96">
Div here</div>
The color of this border is #f19c96
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f19c96; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f19c96; -webkit-box-shadow: 1px 1px 3px 2px #f19c96; box-shadow: 1px 1px 3px 2px #f19c96; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #f19c96">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f19c96; -webkit-box-shadow: 1px 1px 3px 2px #f19c96; box-shadow: 1px 1px 3px 2px #f19c96;">
Div content here</div>
The shadow of div box using color #f19c96