Color spaces of #faaaa0
RGB | 250 | 170 | 160 |
---|---|---|---|
HSL | 0.02 | 0.90 | 0.80 |
HSV | 7° | 36° | 98° |
CMYK | 0.00 | 0.32 | 0.36 0.02 |
XYZ | 60.1442 | 51.6115 | 40.0498 |
Yxy | 51.6115 | 0.3962 | 0.3400 |
Hunter Lab | 71.8411 | 23.7152 | 17.2360 |
CIE-Lab | 77.0480 | 28.1926 | 17.1284 |
#faaaa0 color RGB value is (250,170,160).
#faaaa0 hex color red value is 250, green value is 170 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #faaaa0 hue: 0.02 , saturation: 0.90 and the lightness value of faaaa0 is 0.80.
The process color (four color CMYK) of #faaaa0 color hex is 0.00, 0.32, 0.36, 0.02. Web safe color of #faaaa0 is #ff9999. Color #faaaa0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101010 | 10100000 |
Octal | 372 | 252 | 240 |
Decimal | 250 | 170 | 160 |
Hex | FA | AA | A0 |
Shades of #faaaa0
Tints of #faaaa0
RGB Percentages of Color #faaaa0
CMYK Percentages of Color #faaaa0
Complementary Color
#faaaa0 | #a0f0fa |
#faaaa0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faaaa0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faaaa0 Color CSS Codes
.mybgcolor {background-color:#faaaa0; } .myforecolor {color:#faaaa0; } .mybordercolor {border:3px solid #faaaa0; }
#faaaa0 Text Font Color
<p style="color:#faaaa0">Text here</p>
This sample text font color is #faaaa0
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.
#faaaa0 Background Color
<div style="background-color:#faaaa0">
Div content here</div>
This div background color is #faaaa0
#faaaa0 Border Color
<div style="border:3px solid #faaaa0">
Div here</div>
This div border color is #faaaa0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,170,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faaaa0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faaaa0; -webkit-box-shadow: 1px 1px 3px 2px #faaaa0; box-shadow: 1px 1px 3px 2px #faaaa0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,170,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faaaa0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faaaa0; -webkit-box-shadow: 1px 1px 3px 2px #faaaa0; box-shadow: 1px 1px 3px 2px #faaaa0;">
Div content here</div>
This div box has shadow with color #faaaa0
Comments
No comments written yet.
Please login to write comment.