Color spaces of #fecfab
RGB | 254 | 207 | 171 |
---|---|---|---|
HSL | 0.07 | 0.98 | 0.83 |
HSV | 26° | 33° | 100° |
CMYK | 0.00 | 0.19 | 0.33 0.00 |
XYZ | 70.5366 | 68.6368 | 48.0586 |
Yxy | 68.6368 | 0.3767 | 0.3666 |
Hunter Lab | 82.8473 | 6.9929 | 23.5998 |
CIE-Lab | 86.3239 | 11.6330 | 24.1437 |
#fecfab color RGB value is (254,207,171).
#fecfab hex color red value is 254, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fecfab hue: 0.07 , saturation: 0.98 and the lightness value of fecfab is 0.83.
The process color (four color CMYK) of #fecfab color hex is 0.00, 0.19, 0.33, 0.00. Web safe color of #fecfab is #ffcc99. Color #fecfab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001111 | 10101011 |
Octal | 376 | 317 | 253 |
Decimal | 254 | 207 | 171 |
Hex | FE | CF | AB |
Shades of #fecfab
Tints of #fecfab
RGB Percentages of Color #fecfab
CMYK Percentages of Color #fecfab
Complementary Color
#fecfab | #abdafe |
#fecfab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fecfab Color Preview on White Background
Lorem ipsum dolor sit amet.
#fecfab Color CSS Codes
.mybgcolor {background-color:#fecfab; } .myforecolor {color:#fecfab; } .mybordercolor {border:3px solid #fecfab; }
#fecfab Text Font Color
<p style="color:#fecfab">Text here</p>
This sample text font color is #fecfab
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.
#fecfab Background Color
<div style="background-color:#fecfab">
Div content here</div>
This div background color is #fecfab
#fecfab Border Color
<div style="border:3px solid #fecfab">
Div here</div>
This div border color is #fecfab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,207,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fecfab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fecfab; -webkit-box-shadow: 1px 1px 3px 2px #fecfab; box-shadow: 1px 1px 3px 2px #fecfab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,207,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 #fecfab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fecfab; -webkit-box-shadow: 1px 1px 3px 2px #fecfab; box-shadow: 1px 1px 3px 2px #fecfab;">
Div content here</div>
This div box has shadow with color #fecfab
Comments
No comments written yet.
Please login to write comment.