Color spaces of #fc9eae
RGB | 252 | 158 | 174 |
---|---|---|---|
HSL | 0.97 | 0.94 | 0.80 |
HSV | 350° | 37° | 99° |
CMYK | 0.00 | 0.37 | 0.31 0.01 |
XYZ | 60.0117 | 48.2052 | 46.1860 |
Yxy | 48.2052 | 0.3887 | 0.3122 |
Hunter Lab | 69.4300 | 32.7838 | 9.1603 |
CIE-Lab | 74.9542 | 36.9020 | 6.5448 |
#fc9eae color RGB value is (252,158,174).
#fc9eae hex color red value is 252, green value is 158 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fc9eae hue: 0.97 , saturation: 0.94 and the lightness value of fc9eae is 0.80.
The process color (four color CMYK) of #fc9eae color hex is 0.00, 0.37, 0.31, 0.01. Web safe color of #fc9eae is #ff9999. Color #fc9eae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10011110 | 10101110 |
Octal | 374 | 236 | 256 |
Decimal | 252 | 158 | 174 |
Hex | FC | 9E | AE |
Shades of #fc9eae
Tints of #fc9eae
RGB Percentages of Color #fc9eae
CMYK Percentages of Color #fc9eae
Complementary Color
#fc9eae | #9efcec |
#fc9eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc9eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc9eae Color CSS Codes
.mybgcolor {background-color:#fc9eae; } .myforecolor {color:#fc9eae; } .mybordercolor {border:3px solid #fc9eae; }
#fc9eae Text Font Color
<p style="color:#fc9eae">Text here</p>
This sample text font color is #fc9eae
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.
#fc9eae Background Color
<div style="background-color:#fc9eae">
Div content here</div>
This div background color is #fc9eae
#fc9eae Border Color
<div style="border:3px solid #fc9eae">
Div here</div>
This div border color is #fc9eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,158,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc9eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc9eae; -webkit-box-shadow: 1px 1px 3px 2px #fc9eae; box-shadow: 1px 1px 3px 2px #fc9eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,158,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc9eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc9eae; -webkit-box-shadow: 1px 1px 3px 2px #fc9eae; box-shadow: 1px 1px 3px 2px #fc9eae;">
Div content here</div>
This div box has shadow with color #fc9eae
Comments
No comments written yet.
Please login to write comment.