Shades of Classic Rose #FCCEE9
Tints of Classic Rose #FCCEE9
RGB
CMYK
RGB Variations
Color information
#FCCEE9 (or 0xFCCEE9) is known color: Classic Rose. HEX triplet: FC, CE and E9. RGB value is (252,206,233). Sum of RGB (Red+Green+Blue) = 252+206+233=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEE9 is #033116. Grayscale: #DEDEDE. Windows color (decimal): -209175 or 15322876. OLE color: 15322876.
HSL color Cylindrical-coordinate representation of color #FCCEE9: hue angle of 324.78º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCEE9 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 233 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.01 |
| HSL | 324.78º | 0.88% | 0.9% | - |
| HSV(B) | 324.78º | 0.18% | 0.99% | - |
| XYZ | 76.92 | 70.72 | 86.69 | - |
| YUV | 222.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 233 | 0 | 0.18 | 0.08 | 0.01 | 324.78 | 0.88 | 0.9 |
| Hex | FC | CE | E9 | 0 | 12 | 8 | 1 | 145 | 58 | 5A |
| Octal | 374 | 316 | 351 | 0 | 22 | 10 | 1 | 505 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11101001 | 0 | 10010 | 1000 | 1 | 101000101 | 1011000 | 1011010 |
Color Harmonies of #FCCEE9
Complementary color
Monochromatic Colors of #FCCEE9
Black with #FCCEE9
Text Example
Text Example
White with #FCCEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEE9; }
p { color: rgb(252,206,233); }
H1.HeaderClassName
{
color: #FCCEE9;
}
.AnyTagClassName
{
color: #FCCEE9;
}
</style>
background-color css
<style>
a { background-color: #FCCEE9; }
a { background-color: rgb(252,206,233); }
div.DivClassName
{
background-color: #FCCEE9;
}
.BgClassName
{
background-color: #FCCEE9;
}
</style>
border-color css
<style>
span { border-color: #FCCEE9; }
span { border-color: rgb(252,206,233); }
td.TdClassName
{
border-color: #FCCEE9;
}
.TagClassName
{
border-color: #FCCEE9;
}
</style>