Shades of Misty Rose #FCE7E5
Tints of Misty Rose #FCE7E5
RGB
CMYK
RGB Variations
Color information
#FCE7E5 (or 0xFCE7E5) is known color: Misty Rose. HEX triplet: FC, E7 and E5. RGB value is (252,231,229). Sum of RGB (Red+Green+Blue) = 252+231+229=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 231 (90.62% from 255 or 32.44% from 712); Blue value is 229 (89.84% from 255 or 32.16% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7E5 is #03181A. Grayscale: #EDEDED. Windows color (decimal): -202779 or 15067132. OLE color: 15067132.
HSL color Cylindrical-coordinate representation of color #FCE7E5: hue angle of 5.22º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE7E5 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 231 | 229 | - |
CMYK | 0 | 0.08 | 0.09 | 0.01 |
HSL | 5.22º | 0.79% | 0.94% | - |
HSV(B) | 5.22º | 0.09% | 0.99% | - |
XYZ | 82.86 | 83.5 | 85.88 | - |
YUV | 237.05 | 123.46 | 138.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 231 | 229 | 0 | 0.08 | 0.09 | 0.01 | 5.22 | 0.79 | 0.94 |
Hex | FC | E7 | E5 | 0 | 8 | 9 | 1 | 5 | 4F | 5E |
Octal | 374 | 347 | 345 | 0 | 10 | 11 | 1 | 5 | 117 | 136 |
Binary | 11111100 | 11100111 | 11100101 | 0 | 1000 | 1001 | 1 | 101 | 1001111 | 1011110 |
Color Harmonies of #FCE7E5
Complementary color
Monochromatic Colors of #FCE7E5
Black with #FCE7E5
Text Example
Text Example
White with #FCE7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7E5; }
p { color: rgb(252,231,229); }
H1.HeaderClassName
{
color: #FCE7E5;
}
.AnyTagClassName
{
color: #FCE7E5;
}
</style>
background-color css
<style>
a { background-color: #FCE7E5; }
a { background-color: rgb(252,231,229); }
div.DivClassName
{
background-color: #FCE7E5;
}
.BgClassName
{
background-color: #FCE7E5;
}
</style>
border-color css
<style>
span { border-color: #FCE7E5; }
span { border-color: rgb(252,231,229); }
td.TdClassName
{
border-color: #FCE7E5;
}
.TagClassName
{
border-color: #FCE7E5;
}
</style>