Color spaces of #fecafe
RGB | 254 | 202 | 254 |
---|---|---|---|
HSL | 0.83 | 0.96 | 0.89 |
HSV | 300° | 20° | 100° |
CMYK | 0.00 | 0.20 | 0.00 0.00 |
XYZ | 79.8830 | 70.4676 | 103.1573 |
Yxy | 70.4676 | 0.3151 | 0.2780 |
Hunter Lab | 83.9450 | 22.9589 | -14.0981 |
CIE-Lab | 87.2257 | 26.9168 | -18.4556 |
#fecafe color RGB value is (254,202,254).
#fecafe hex color red value is 254, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fecafe hue: 0.83 , saturation: 0.96 and the lightness value of fecafe is 0.89.
The process color (four color CMYK) of #fecafe color hex is 0.00, 0.20, 0.00, 0.00. Web safe color of #fecafe is #ffccff. Color #fecafe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001010 | 11111110 |
Octal | 376 | 312 | 376 |
Decimal | 254 | 202 | 254 |
Hex | FE | CA | FE |
Shades of #fecafe
Tints of #fecafe
RGB Percentages of Color #fecafe
CMYK Percentages of Color #fecafe
Complementary Color
#fecafe | #cafeca |
#fecafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fecafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#fecafe Color CSS Codes
.mybgcolor {background-color:#fecafe; } .myforecolor {color:#fecafe; } .mybordercolor {border:3px solid #fecafe; }
#fecafe Text Font Color
<p style="color:#fecafe">Text here</p>
This sample text font color is #fecafe
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.
#fecafe Background Color
<div style="background-color:#fecafe">
Div content here</div>
This div background color is #fecafe
#fecafe Border Color
<div style="border:3px solid #fecafe">
Div here</div>
This div border color is #fecafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,202,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fecafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fecafe; -webkit-box-shadow: 1px 1px 3px 2px #fecafe; box-shadow: 1px 1px 3px 2px #fecafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,202,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fecafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fecafe; -webkit-box-shadow: 1px 1px 3px 2px #fecafe; box-shadow: 1px 1px 3px 2px #fecafe;">
Div content here</div>
This div box has shadow with color #fecafe
Comments
No comments written yet.
Please login to write comment.