Color spaces of #faf7ab
RGB | 250 | 247 | 171 |
---|---|---|---|
HSL | 0.16 | 0.89 | 0.83 |
HSV | 58° | 32° | 98° |
CMYK | 0.00 | 0.01 | 0.32 0.02 |
XYZ | 80.0358 | 89.7858 | 51.6401 |
Yxy | 89.7858 | 0.3614 | 0.4054 |
Hunter Lab | 94.7554 | -15.0506 | 34.0167 |
CIE-Lab | 95.9078 | -10.2056 | 36.9753 |
#faf7ab color RGB value is (250,247,171).
#faf7ab hex color red value is 250, green value is 247 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #faf7ab hue: 0.16 , saturation: 0.89 and the lightness value of faf7ab is 0.83.
The process color (four color CMYK) of #faf7ab color hex is 0.00, 0.01, 0.32, 0.02. Web safe color of #faf7ab is #ffff99. Color #faf7ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11110111 | 10101011 |
Octal | 372 | 367 | 253 |
Decimal | 250 | 247 | 171 |
Hex | FA | F7 | AB |
Shades of #faf7ab
Tints of #faf7ab
RGB Percentages of Color #faf7ab
CMYK Percentages of Color #faf7ab
Complementary Color
#faf7ab | #abaefa |
#faf7ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faf7ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#faf7ab Color CSS Codes
.mybgcolor {background-color:#faf7ab; } .myforecolor {color:#faf7ab; } .mybordercolor {border:3px solid #faf7ab; }
#faf7ab Text Font Color
<p style="color:#faf7ab">Text here</p>
This sample text font color is #faf7ab
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.
#faf7ab Background Color
<div style="background-color:#faf7ab">
Div content here</div>
This div background color is #faf7ab
#faf7ab Border Color
<div style="border:3px solid #faf7ab">
Div here</div>
This div border color is #faf7ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,247,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faf7ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faf7ab; -webkit-box-shadow: 1px 1px 3px 2px #faf7ab; box-shadow: 1px 1px 3px 2px #faf7ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,247,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faf7ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faf7ab; -webkit-box-shadow: 1px 1px 3px 2px #faf7ab; box-shadow: 1px 1px 3px 2px #faf7ab;">
Div content here</div>
This div box has shadow with color #faf7ab
Comments
No comments written yet.
Please login to write comment.