Shades of Classic Rose #FCCCE1
Tints of Classic Rose #FCCCE1
RGB
CMYK
RGB Variations
Color information
#FCCCE1 (or 0xFCCCE1) is known color: Classic Rose. HEX triplet: FC, CC and E1. RGB value is (252,204,225). Sum of RGB (Red+Green+Blue) = 252+204+225=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCE1 is #03331E. Grayscale: #DCDCDC. Windows color (decimal): -209695 or 14798076. OLE color: 14798076.
HSL color Cylindrical-coordinate representation of color #FCCCE1: hue angle of 333.75º 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 #FCCCE1 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 225 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.01 |
| HSL | 333.75º | 0.89% | 0.89% | - |
| HSV(B) | 333.75º | 0.19% | 0.99% | - |
| XYZ | 75.33 | 69.32 | 80.64 | - |
| YUV | 220.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 225 | 0 | 0.19 | 0.11 | 0.01 | 333.75 | 0.89 | 0.89 |
| Hex | FC | CC | E1 | 0 | 13 | B | 1 | 14E | 59 | 59 |
| Octal | 374 | 314 | 341 | 0 | 23 | 13 | 1 | 516 | 131 | 131 |
| Binary | 11111100 | 11001100 | 11100001 | 0 | 10011 | 1011 | 1 | 101001110 | 1011001 | 1011001 |
Color Harmonies of #FCCCE1
Complementary color
Monochromatic Colors of #FCCCE1
Black with #FCCCE1
Text Example
Text Example
White with #FCCCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCE1; }
p { color: rgb(252,204,225); }
H1.HeaderClassName
{
color: #FCCCE1;
}
.AnyTagClassName
{
color: #FCCCE1;
}
</style>
background-color css
<style>
a { background-color: #FCCCE1; }
a { background-color: rgb(252,204,225); }
div.DivClassName
{
background-color: #FCCCE1;
}
.BgClassName
{
background-color: #FCCCE1;
}
</style>
border-color css
<style>
span { border-color: #FCCCE1; }
span { border-color: rgb(252,204,225); }
td.TdClassName
{
border-color: #FCCCE1;
}
.TagClassName
{
border-color: #FCCCE1;
}
</style>