Color spaces of #faaa96
RGB | 250 | 170 | 150 |
---|---|---|---|
HSL | 0.03 | 0.91 | 0.78 |
HSV | 12° | 40° | 98° |
CMYK | 0.00 | 0.32 | 0.40 0.02 |
XYZ | 59.3041 | 51.2755 | 35.6256 |
Yxy | 51.2755 | 0.4056 | 0.3507 |
Hunter Lab | 71.6069 | 22.5197 | 20.6271 |
CIE-Lab | 76.8456 | 27.0568 | 22.2633 |
#faaa96 color RGB value is (250,170,150).
#faaa96 hex color red value is 250, green value is 170 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #faaa96 hue: 0.03 , saturation: 0.91 and the lightness value of faaa96 is 0.78.
The process color (four color CMYK) of #faaa96 color hex is 0.00, 0.32, 0.40, 0.02. Web safe color of #faaa96 is #ff9999. Color #faaa96 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101010 | 10010110 |
Octal | 372 | 252 | 226 |
Decimal | 250 | 170 | 150 |
Hex | FA | AA | 96 |
Shades of #faaa96
Tints of #faaa96
RGB Percentages of Color #faaa96
CMYK Percentages of Color #faaa96
Complementary Color
#faaa96 | #96e6fa |
#faaa96 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faaa96 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faaa96 Color CSS Codes
.mybgcolor {background-color:#faaa96; } .myforecolor {color:#faaa96; } .mybordercolor {border:3px solid #faaa96; }
#faaa96 Text Font Color
<p style="color:#faaa96">Text here</p>
This sample text font color is #faaa96
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.
#faaa96 Background Color
<div style="background-color:#faaa96">
Div content here</div>
This div background color is #faaa96
#faaa96 Border Color
<div style="border:3px solid #faaa96">
Div here</div>
This div border color is #faaa96
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,170,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faaa96; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faaa96; -webkit-box-shadow: 1px 1px 3px 2px #faaa96; box-shadow: 1px 1px 3px 2px #faaa96; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,170,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faaa96">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faaa96; -webkit-box-shadow: 1px 1px 3px 2px #faaa96; box-shadow: 1px 1px 3px 2px #faaa96;">
Div content here</div>
This div box has shadow with color #faaa96
Comments
No comments written yet.
Please login to write comment.