Shades of Rose White #FCEEE8
Tints of Rose White #FCEEE8
RGB
CMYK
RGB Variations
Color information
#FCEEE8 (or 0xFCEEE8) is known color: Rose White. HEX triplet: FC, EE and E8. RGB value is (252,238,232). Sum of RGB (Red+Green+Blue) = 252+238+232=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 232 (91.02% from 255 or 32.13% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEE8 is #031117. Grayscale: #F1F1F1. Windows color (decimal): -200984 or 15265532. OLE color: 15265532.
HSL color Cylindrical-coordinate representation of color #FCEEE8: hue angle of 18º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCEEE8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 232 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.01 |
| HSL | 18º | 0.77% | 0.95% | - |
| HSV(B) | 18º | 0.08% | 0.99% | - |
| XYZ | 85.28 | 87.67 | 88.77 | - |
| YUV | 241.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 232 | 0 | 0.06 | 0.08 | 0.01 | 18 | 0.77 | 0.95 |
| Hex | FC | EE | E8 | 0 | 6 | 8 | 1 | 12 | 4D | 5F |
| Octal | 374 | 356 | 350 | 0 | 6 | 10 | 1 | 22 | 115 | 137 |
| Binary | 11111100 | 11101110 | 11101000 | 0 | 110 | 1000 | 1 | 10010 | 1001101 | 1011111 |
Color Harmonies of #FCEEE8
Complementary color
Monochromatic Colors of #FCEEE8
Black with #FCEEE8
Text Example
Text Example
White with #FCEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEE8; }
p { color: rgb(252,238,232); }
H1.HeaderClassName
{
color: #FCEEE8;
}
.AnyTagClassName
{
color: #FCEEE8;
}
</style>
background-color css
<style>
a { background-color: #FCEEE8; }
a { background-color: rgb(252,238,232); }
div.DivClassName
{
background-color: #FCEEE8;
}
.BgClassName
{
background-color: #FCEEE8;
}
</style>
border-color css
<style>
span { border-color: #FCEEE8; }
span { border-color: rgb(252,238,232); }
td.TdClassName
{
border-color: #FCEEE8;
}
.TagClassName
{
border-color: #FCEEE8;
}
</style>