Color spaces of #feceed
RGB | 254 | 206 | 237 |
---|---|---|---|
HSL | 0.89 | 0.96 | 0.90 |
HSV | 321° | 19° | 100° |
CMYK | 0.00 | 0.19 | 0.07 0.00 |
XYZ | 78.2304 | 71.3279 | 89.7652 |
Yxy | 71.3279 | 0.3269 | 0.2980 |
Hunter Lab | 84.4558 | 17.5446 | -3.8982 |
CIE-Lab | 87.6441 | 21.8368 | -8.8370 |
#feceed color RGB value is (254,206,237).
#feceed hex color red value is 254, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #feceed hue: 0.89 , saturation: 0.96 and the lightness value of feceed is 0.90.
The process color (four color CMYK) of #feceed color hex is 0.00, 0.19, 0.07, 0.00. Web safe color of #feceed is #ffccff. Color #feceed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001110 | 11101101 |
Octal | 376 | 316 | 355 |
Decimal | 254 | 206 | 237 |
Hex | FE | CE | ED |
Shades of #feceed
Tints of #feceed
RGB Percentages of Color #feceed
CMYK Percentages of Color #feceed
Complementary Color
#feceed | #cefedf |
#feceed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feceed Color Preview on White Background
Lorem ipsum dolor sit amet.
#feceed Color CSS Codes
.mybgcolor {background-color:#feceed; } .myforecolor {color:#feceed; } .mybordercolor {border:3px solid #feceed; }
#feceed Text Font Color
<p style="color:#feceed">Text here</p>
This sample text font color is #feceed
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.
#feceed Background Color
<div style="background-color:#feceed">
Div content here</div>
This div background color is #feceed
#feceed Border Color
<div style="border:3px solid #feceed">
Div here</div>
This div border color is #feceed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,206,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feceed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feceed; -webkit-box-shadow: 1px 1px 3px 2px #feceed; box-shadow: 1px 1px 3px 2px #feceed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,206,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feceed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feceed; -webkit-box-shadow: 1px 1px 3px 2px #feceed; box-shadow: 1px 1px 3px 2px #feceed;">
Div content here</div>
This div box has shadow with color #feceed
Related Colors
Comments
No comments written yet.
Please login to write comment.