Shades of Classic Rose #FCCCE0
Tints of Classic Rose #FCCCE0
RGB
CMYK
RGB Variations
Color information
#FCCCE0 (or 0xFCCCE0) is known color: Classic Rose. HEX triplet: FC, CC and E0. RGB value is (252,204,224). Sum of RGB (Red+Green+Blue) = 252+204+224=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCE0 is #03331F. Grayscale: #DCDCDC. Windows color (decimal): -209696 or 14732540. OLE color: 14732540.
HSL color Cylindrical-coordinate representation of color #FCCCE0: hue angle of 335º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCE0 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 224 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.01 |
| HSL | 335º | 0.89% | 0.89% | - |
| HSV(B) | 335º | 0.19% | 0.99% | - |
| XYZ | 75.19 | 69.26 | 79.93 | - |
| YUV | 220.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 224 | 0 | 0.19 | 0.11 | 0.01 | 335 | 0.89 | 0.89 |
| Hex | FC | CC | E0 | 0 | 13 | B | 1 | 14F | 59 | 59 |
| Octal | 374 | 314 | 340 | 0 | 23 | 13 | 1 | 517 | 131 | 131 |
| Binary | 11111100 | 11001100 | 11100000 | 0 | 10011 | 1011 | 1 | 101001111 | 1011001 | 1011001 |
Color Harmonies of #FCCCE0
Complementary color
Monochromatic Colors of #FCCCE0
Black with #FCCCE0
Text Example
Text Example
White with #FCCCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCE0; }
p { color: rgb(252,204,224); }
H1.HeaderClassName
{
color: #FCCCE0;
}
.AnyTagClassName
{
color: #FCCCE0;
}
</style>
background-color css
<style>
a { background-color: #FCCCE0; }
a { background-color: rgb(252,204,224); }
div.DivClassName
{
background-color: #FCCCE0;
}
.BgClassName
{
background-color: #FCCCE0;
}
</style>
border-color css
<style>
span { border-color: #FCCCE0; }
span { border-color: rgb(252,204,224); }
td.TdClassName
{
border-color: #FCCCE0;
}
.TagClassName
{
border-color: #FCCCE0;
}
</style>