Shades of Rose White #FCEEE5
Tints of Rose White #FCEEE5
RGB
CMYK
RGB Variations
Color information
#FCEEE5 (or 0xFCEEE5) is known color: Rose White. HEX triplet: FC, EE and E5. RGB value is (252,238,229). Sum of RGB (Red+Green+Blue) = 252+238+229=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 229 (89.84% from 255 or 31.85% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEE5 is #03111A. Grayscale: #F1F1F1. Windows color (decimal): -200987 or 15068924. OLE color: 15068924.
HSL color Cylindrical-coordinate representation of color #FCEEE5: hue angle of 23.48º 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 #FCEEE5 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 229 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.01 |
| HSL | 23.48º | 0.79% | 0.94% | - |
| HSV(B) | 23.48º | 0.09% | 0.99% | - |
| XYZ | 84.86 | 87.5 | 86.55 | - |
| YUV | 241.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 229 | 0 | 0.06 | 0.09 | 0.01 | 23.48 | 0.79 | 0.94 |
| Hex | FC | EE | E5 | 0 | 6 | 9 | 1 | 17 | 4F | 5E |
| Octal | 374 | 356 | 345 | 0 | 6 | 11 | 1 | 27 | 117 | 136 |
| Binary | 11111100 | 11101110 | 11100101 | 0 | 110 | 1001 | 1 | 10111 | 1001111 | 1011110 |
Color Harmonies of #FCEEE5
Complementary color
Monochromatic Colors of #FCEEE5
Black with #FCEEE5
Text Example
Text Example
White with #FCEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEE5; }
p { color: rgb(252,238,229); }
H1.HeaderClassName
{
color: #FCEEE5;
}
.AnyTagClassName
{
color: #FCEEE5;
}
</style>
background-color css
<style>
a { background-color: #FCEEE5; }
a { background-color: rgb(252,238,229); }
div.DivClassName
{
background-color: #FCEEE5;
}
.BgClassName
{
background-color: #FCEEE5;
}
</style>
border-color css
<style>
span { border-color: #FCEEE5; }
span { border-color: rgb(252,238,229); }
td.TdClassName
{
border-color: #FCEEE5;
}
.TagClassName
{
border-color: #FCEEE5;
}
</style>