Shades of Rose White #FCEEEA
Tints of Rose White #FCEEEA
RGB
CMYK
RGB Variations
Color information
#FCEEEA (or 0xFCEEEA) is known color: Rose White. HEX triplet: FC, EE and EA. RGB value is (252,238,234). Sum of RGB (Red+Green+Blue) = 252+238+234=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 238 (93.36% from 255 or 32.87% from 724); Blue value is 234 (91.80% from 255 or 32.32% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEEA is #031115. Grayscale: #F1F1F1. Windows color (decimal): -200982 or 15396604. OLE color: 15396604.
HSL color Cylindrical-coordinate representation of color #FCEEEA: hue angle of 13.33º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCEEEA is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 234 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.01 |
| HSL | 13.33º | 0.75% | 0.95% | - |
| HSV(B) | 13.33º | 0.07% | 0.99% | - |
| XYZ | 85.57 | 87.79 | 90.28 | - |
| YUV | 241.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 234 | 0 | 0.06 | 0.07 | 0.01 | 13.33 | 0.75 | 0.95 |
| Hex | FC | EE | EA | 0 | 6 | 7 | 1 | D | 4B | 5F |
| Octal | 374 | 356 | 352 | 0 | 6 | 7 | 1 | 15 | 113 | 137 |
| Binary | 11111100 | 11101110 | 11101010 | 0 | 110 | 111 | 1 | 1101 | 1001011 | 1011111 |
Color Harmonies of #FCEEEA
Complementary color
Monochromatic Colors of #FCEEEA
Black with #FCEEEA
Text Example
Text Example
White with #FCEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEEA; }
p { color: rgb(252,238,234); }
H1.HeaderClassName
{
color: #FCEEEA;
}
.AnyTagClassName
{
color: #FCEEEA;
}
</style>
background-color css
<style>
a { background-color: #FCEEEA; }
a { background-color: rgb(252,238,234); }
div.DivClassName
{
background-color: #FCEEEA;
}
.BgClassName
{
background-color: #FCEEEA;
}
</style>
border-color css
<style>
span { border-color: #FCEEEA; }
span { border-color: rgb(252,238,234); }
td.TdClassName
{
border-color: #FCEEEA;
}
.TagClassName
{
border-color: #FCEEEA;
}
</style>