Shades of Classic Rose #FCCEEA
Tints of Classic Rose #FCCEEA
RGB
CMYK
RGB Variations
Color information
#FCCEEA (or 0xFCCEEA) is known color: Classic Rose. HEX triplet: FC, CE and EA. RGB value is (252,206,234). Sum of RGB (Red+Green+Blue) = 252+206+234=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEEA is #033115. Grayscale: #DEDEDE. Windows color (decimal): -209174 or 15388412. OLE color: 15388412.
HSL color Cylindrical-coordinate representation of color #FCCEEA: hue angle of 323.48º 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 #FCCEEA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 234 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.01 |
| HSL | 323.48º | 0.88% | 0.9% | - |
| HSV(B) | 323.48º | 0.18% | 0.99% | - |
| XYZ | 77.07 | 70.78 | 87.44 | - |
| YUV | 222.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 234 | 0 | 0.18 | 0.07 | 0.01 | 323.48 | 0.88 | 0.9 |
| Hex | FC | CE | EA | 0 | 12 | 7 | 1 | 143 | 58 | 5A |
| Octal | 374 | 316 | 352 | 0 | 22 | 7 | 1 | 503 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11101010 | 0 | 10010 | 111 | 1 | 101000011 | 1011000 | 1011010 |
Color Harmonies of #FCCEEA
Complementary color
Monochromatic Colors of #FCCEEA
Black with #FCCEEA
Text Example
Text Example
White with #FCCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEEA; }
p { color: rgb(252,206,234); }
H1.HeaderClassName
{
color: #FCCEEA;
}
.AnyTagClassName
{
color: #FCCEEA;
}
</style>
background-color css
<style>
a { background-color: #FCCEEA; }
a { background-color: rgb(252,206,234); }
div.DivClassName
{
background-color: #FCCEEA;
}
.BgClassName
{
background-color: #FCCEEA;
}
</style>
border-color css
<style>
span { border-color: #FCCEEA; }
span { border-color: rgb(252,206,234); }
td.TdClassName
{
border-color: #FCCEEA;
}
.TagClassName
{
border-color: #FCCEEA;
}
</style>