Color spaces of #fabeab
RGB | 250 | 190 | 171 |
---|---|---|---|
HSL | 0.04 | 0.89 | 0.83 |
HSV | 14° | 32° | 98° |
CMYK | 0.00 | 0.24 | 0.32 0.02 |
XYZ | 65.1885 | 60.0912 | 46.6910 |
Yxy | 60.0912 | 0.3791 | 0.3494 |
Hunter Lab | 77.5185 | 14.4506 | 18.5514 |
CIE-Lab | 81.8877 | 19.0115 | 17.9535 |
#fabeab color RGB value is (250,190,171).
#fabeab hex color red value is 250, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fabeab hue: 0.04 , saturation: 0.89 and the lightness value of fabeab is 0.83.
The process color (four color CMYK) of #fabeab color hex is 0.00, 0.24, 0.32, 0.02. Web safe color of #fabeab is #ffcc99. Color #fabeab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111110 | 10101011 |
Octal | 372 | 276 | 253 |
Decimal | 250 | 190 | 171 |
Hex | FA | BE | AB |
Shades of #fabeab
Tints of #fabeab
RGB Percentages of Color #fabeab
CMYK Percentages of Color #fabeab
Complementary Color
#fabeab | #abe7fa |
#fabeab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fabeab Color Preview on White Background
Lorem ipsum dolor sit amet.
#fabeab Color CSS Codes
.mybgcolor {background-color:#fabeab; } .myforecolor {color:#fabeab; } .mybordercolor {border:3px solid #fabeab; }
#fabeab Text Font Color
<p style="color:#fabeab">Text here</p>
This sample text font color is #fabeab
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.
#fabeab Background Color
<div style="background-color:#fabeab">
Div content here</div>
This div background color is #fabeab
#fabeab Border Color
<div style="border:3px solid #fabeab">
Div here</div>
This div border color is #fabeab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,190,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fabeab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fabeab; -webkit-box-shadow: 1px 1px 3px 2px #fabeab; box-shadow: 1px 1px 3px 2px #fabeab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,190,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 #fabeab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fabeab; -webkit-box-shadow: 1px 1px 3px 2px #fabeab; box-shadow: 1px 1px 3px 2px #fabeab;">
Div content here</div>
This div box has shadow with color #fabeab
Comments
No comments written yet.
Please login to write comment.