Shades of Classic Rose #FCCEE6
Tints of Classic Rose #FCCEE6
RGB
CMYK
RGB Variations
Color information
#FCCEE6 (or 0xFCCEE6) is known color: Classic Rose. HEX triplet: FC, CE and E6. RGB value is (252,206,230). Sum of RGB (Red+Green+Blue) = 252+206+230=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEE6 is #033119. Grayscale: #DEDEDE. Windows color (decimal): -209178 or 15126268. OLE color: 15126268.
HSL color Cylindrical-coordinate representation of color #FCCEE6: hue angle of 328.7º 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 #FCCEE6 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 230 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.01 |
| HSL | 328.7º | 0.88% | 0.9% | - |
| HSV(B) | 328.7º | 0.18% | 0.99% | - |
| XYZ | 76.5 | 70.55 | 84.45 | - |
| YUV | 222.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 230 | 0 | 0.18 | 0.09 | 0.01 | 328.7 | 0.88 | 0.9 |
| Hex | FC | CE | E6 | 0 | 12 | 9 | 1 | 149 | 58 | 5A |
| Octal | 374 | 316 | 346 | 0 | 22 | 11 | 1 | 511 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11100110 | 0 | 10010 | 1001 | 1 | 101001001 | 1011000 | 1011010 |
Color Harmonies of #FCCEE6
Complementary color
Monochromatic Colors of #FCCEE6
Black with #FCCEE6
Text Example
Text Example
White with #FCCEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEE6; }
p { color: rgb(252,206,230); }
H1.HeaderClassName
{
color: #FCCEE6;
}
.AnyTagClassName
{
color: #FCCEE6;
}
</style>
background-color css
<style>
a { background-color: #FCCEE6; }
a { background-color: rgb(252,206,230); }
div.DivClassName
{
background-color: #FCCEE6;
}
.BgClassName
{
background-color: #FCCEE6;
}
</style>
border-color css
<style>
span { border-color: #FCCEE6; }
span { border-color: rgb(252,206,230); }
td.TdClassName
{
border-color: #FCCEE6;
}
.TagClassName
{
border-color: #FCCEE6;
}
</style>