Shades of Misty Rose #FCE3E1
Tints of Misty Rose #FCE3E1
RGB
CMYK
RGB Variations
Color information
#FCE3E1 (or 0xFCE3E1) is known color: Misty Rose. HEX triplet: FC, E3 and E1. RGB value is (252,227,225). Sum of RGB (Red+Green+Blue) = 252+227+225=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 227 (89.06% from 255 or 32.24% from 704); Blue value is 225 (88.28% from 255 or 31.96% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3E1 is #031C1E. Grayscale: #EAEAEA. Windows color (decimal): -203807 or 14803964. OLE color: 14803964.
HSL color Cylindrical-coordinate representation of color #FCE3E1: hue angle of 4.44º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE3E1 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 225 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.01 |
| HSL | 4.44º | 0.82% | 0.94% | - |
| HSV(B) | 4.44º | 0.11% | 0.99% | - |
| XYZ | 81.2 | 81.07 | 82.6 | - |
| YUV | 234.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 225 | 0 | 0.10 | 0.11 | 0.01 | 4.44 | 0.82 | 0.94 |
| Hex | FC | E3 | E1 | 0 | A | B | 1 | 4 | 52 | 5E |
| Octal | 374 | 343 | 341 | 0 | 12 | 13 | 1 | 4 | 122 | 136 |
| Binary | 11111100 | 11100011 | 11100001 | 0 | 1010 | 1011 | 1 | 100 | 1010010 | 1011110 |
Color Harmonies of #FCE3E1
Complementary color
Monochromatic Colors of #FCE3E1
Black with #FCE3E1
Text Example
Text Example
White with #FCE3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3E1; }
p { color: rgb(252,227,225); }
H1.HeaderClassName
{
color: #FCE3E1;
}
.AnyTagClassName
{
color: #FCE3E1;
}
</style>
background-color css
<style>
a { background-color: #FCE3E1; }
a { background-color: rgb(252,227,225); }
div.DivClassName
{
background-color: #FCE3E1;
}
.BgClassName
{
background-color: #FCE3E1;
}
</style>
border-color css
<style>
span { border-color: #FCE3E1; }
span { border-color: rgb(252,227,225); }
td.TdClassName
{
border-color: #FCE3E1;
}
.TagClassName
{
border-color: #FCE3E1;
}
</style>