Shades of Classic Rose #FCCEE5
Tints of Classic Rose #FCCEE5
RGB
CMYK
RGB Variations
Color information
#FCCEE5 (or 0xFCCEE5) is known color: Classic Rose. HEX triplet: FC, CE and E5. RGB value is (252,206,229). Sum of RGB (Red+Green+Blue) = 252+206+229=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEE5 is #03311A. Grayscale: #DEDEDE. Windows color (decimal): -209179 or 15060732. OLE color: 15060732.
HSL color Cylindrical-coordinate representation of color #FCCEE5: hue angle of 330º 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 #FCCEE5 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 229 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.01 |
| HSL | 330º | 0.88% | 0.9% | - |
| HSV(B) | 330º | 0.18% | 0.99% | - |
| XYZ | 76.36 | 70.5 | 83.71 | - |
| YUV | 222.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 229 | 0 | 0.18 | 0.09 | 0.01 | 330 | 0.88 | 0.9 |
| Hex | FC | CE | E5 | 0 | 12 | 9 | 1 | 14A | 58 | 5A |
| Octal | 374 | 316 | 345 | 0 | 22 | 11 | 1 | 512 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11100101 | 0 | 10010 | 1001 | 1 | 101001010 | 1011000 | 1011010 |
Color Harmonies of #FCCEE5
Complementary color
Monochromatic Colors of #FCCEE5
Black with #FCCEE5
Text Example
Text Example
White with #FCCEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEE5; }
p { color: rgb(252,206,229); }
H1.HeaderClassName
{
color: #FCCEE5;
}
.AnyTagClassName
{
color: #FCCEE5;
}
</style>
background-color css
<style>
a { background-color: #FCCEE5; }
a { background-color: rgb(252,206,229); }
div.DivClassName
{
background-color: #FCCEE5;
}
.BgClassName
{
background-color: #FCCEE5;
}
</style>
border-color css
<style>
span { border-color: #FCCEE5; }
span { border-color: rgb(252,206,229); }
td.TdClassName
{
border-color: #FCCEE5;
}
.TagClassName
{
border-color: #FCCEE5;
}
</style>