Color spaces of #fec9ff
RGB | 254 | 201 | 255 |
---|---|---|---|
HSL | 0.83 | 1.00 | 0.89 |
HSV | 299° | 21° | 100° |
CMYK | 0.00 | 0.21 | 0.00 0.00 |
XYZ | 79.8097 | 70.0641 | 103.9250 |
Yxy | 70.0641 | 0.3145 | 0.2761 |
Hunter Lab | 83.7043 | 23.7122 | -15.0199 |
CIE-Lab | 87.0283 | 27.6233 | -19.2821 |
#fec9ff color RGB value is (254,201,255).
#fec9ff hex color red value is 254, green value is 201 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fec9ff hue: 0.83 , saturation: 1.00 and the lightness value of fec9ff is 0.89.
The process color (four color CMYK) of #fec9ff color hex is 0.00, 0.21, 0.00, 0.00. Web safe color of #fec9ff is #ffccff. Color #fec9ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001001 | 11111111 |
Octal | 376 | 311 | 377 |
Decimal | 254 | 201 | 255 |
Hex | FE | C9 | FF |
Shades of #fec9ff
Tints of #fec9ff
RGB Percentages of Color #fec9ff
CMYK Percentages of Color #fec9ff
Complementary Color
#fec9ff | #caffc9 |
#fec9ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fec9ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#fec9ff Color CSS Codes
.mybgcolor {background-color:#fec9ff; } .myforecolor {color:#fec9ff; } .mybordercolor {border:3px solid #fec9ff; }
#fec9ff Text Font Color
<p style="color:#fec9ff">Text here</p>
This sample text font color is #fec9ff
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.
#fec9ff Background Color
<div style="background-color:#fec9ff">
Div content here</div>
This div background color is #fec9ff
#fec9ff Border Color
<div style="border:3px solid #fec9ff">
Div here</div>
This div border color is #fec9ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,201,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fec9ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fec9ff; -webkit-box-shadow: 1px 1px 3px 2px #fec9ff; box-shadow: 1px 1px 3px 2px #fec9ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,201,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fec9ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fec9ff; -webkit-box-shadow: 1px 1px 3px 2px #fec9ff; box-shadow: 1px 1px 3px 2px #fec9ff;">
Div content here</div>
This div box has shadow with color #fec9ff
Comments
No comments written yet.
Please login to write comment.