Color spaces of #fc9ecf
RGB | 252 | 158 | 207 |
---|---|---|---|
HSL | 0.91 | 0.94 | 0.80 |
HSV | 329° | 37° | 99° |
CMYK | 0.00 | 0.37 | 0.18 0.01 |
XYZ | 63.6342 | 49.6542 | 65.2618 |
Yxy | 49.6542 | 0.3564 | 0.2781 |
Hunter Lab | 70.4657 | 37.8797 | -5.5854 |
CIE-Lab | 75.8565 | 41.4754 | -10.2547 |
#fc9ecf color RGB value is (252,158,207).
#fc9ecf hex color red value is 252, green value is 158 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fc9ecf hue: 0.91 , saturation: 0.94 and the lightness value of fc9ecf is 0.80.
The process color (four color CMYK) of #fc9ecf color hex is 0.00, 0.37, 0.18, 0.01. Web safe color of #fc9ecf is #ff99cc. Color #fc9ecf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10011110 | 11001111 |
Octal | 374 | 236 | 317 |
Decimal | 252 | 158 | 207 |
Hex | FC | 9E | CF |
Shades of #fc9ecf
Tints of #fc9ecf
RGB Percentages of Color #fc9ecf
CMYK Percentages of Color #fc9ecf
Complementary Color
#fc9ecf | #9efccb |
#fc9ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc9ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc9ecf Color CSS Codes
.mybgcolor {background-color:#fc9ecf; } .myforecolor {color:#fc9ecf; } .mybordercolor {border:3px solid #fc9ecf; }
#fc9ecf Text Font Color
<p style="color:#fc9ecf">Text here</p>
This sample text font color is #fc9ecf
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.
#fc9ecf Background Color
<div style="background-color:#fc9ecf">
Div content here</div>
This div background color is #fc9ecf
#fc9ecf Border Color
<div style="border:3px solid #fc9ecf">
Div here</div>
This div border color is #fc9ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,158,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc9ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc9ecf; -webkit-box-shadow: 1px 1px 3px 2px #fc9ecf; box-shadow: 1px 1px 3px 2px #fc9ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,158,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc9ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc9ecf; -webkit-box-shadow: 1px 1px 3px 2px #fc9ecf; box-shadow: 1px 1px 3px 2px #fc9ecf;">
Div content here</div>
This div box has shadow with color #fc9ecf
Comments
No comments written yet.
Please login to write comment.