Color spaces of #fecefa
RGB | 254 | 206 | 250 |
---|---|---|---|
HSL | 0.85 | 0.96 | 0.90 |
HSV | 305° | 19° | 100° |
CMYK | 0.00 | 0.19 | 0.02 0.00 |
XYZ | 80.1997 | 72.1156 | 100.1352 |
Yxy | 72.1156 | 0.3177 | 0.2857 |
Hunter Lab | 84.9209 | 19.9647 | -10.4677 |
CIE-Lab | 88.0242 | 24.0977 | -15.1416 |
#fecefa color RGB value is (254,206,250).
#fecefa hex color red value is 254, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fecefa hue: 0.85 , saturation: 0.96 and the lightness value of fecefa is 0.90.
The process color (four color CMYK) of #fecefa color hex is 0.00, 0.19, 0.02, 0.00. Web safe color of #fecefa is #ffccff. Color #fecefa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001110 | 11111010 |
Octal | 376 | 316 | 372 |
Decimal | 254 | 206 | 250 |
Hex | FE | CE | FA |
Shades of #fecefa
Tints of #fecefa
RGB Percentages of Color #fecefa
CMYK Percentages of Color #fecefa
Complementary Color
#fecefa | #cefed2 |
#fecefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fecefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#fecefa Color CSS Codes
.mybgcolor {background-color:#fecefa; } .myforecolor {color:#fecefa; } .mybordercolor {border:3px solid #fecefa; }
#fecefa Text Font Color
<p style="color:#fecefa">Text here</p>
This sample text font color is #fecefa
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.
#fecefa Background Color
<div style="background-color:#fecefa">
Div content here</div>
This div background color is #fecefa
#fecefa Border Color
<div style="border:3px solid #fecefa">
Div here</div>
This div border color is #fecefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,206,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fecefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fecefa; -webkit-box-shadow: 1px 1px 3px 2px #fecefa; box-shadow: 1px 1px 3px 2px #fecefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,206,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fecefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fecefa; -webkit-box-shadow: 1px 1px 3px 2px #fecefa; box-shadow: 1px 1px 3px 2px #fecefa;">
Div content here</div>
This div box has shadow with color #fecefa
Comments
No comments written yet.
Please login to write comment.