Shades of Classic Rose #FCCCE4
Tints of Classic Rose #FCCCE4
RGB
CMYK
RGB Variations
Color information
#FCCCE4 (or 0xFCCCE4) is known color: Classic Rose. HEX triplet: FC, CC and E4. RGB value is (252,204,228). Sum of RGB (Red+Green+Blue) = 252+204+228=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCE4 is #03331B. Grayscale: #DDDDDD. Windows color (decimal): -209692 or 14994684. OLE color: 14994684.
HSL color Cylindrical-coordinate representation of color #FCCCE4: hue angle of 330º 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 #FCCCE4 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 228 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.01 |
| HSL | 330º | 0.89% | 0.89% | - |
| HSV(B) | 330º | 0.19% | 0.99% | - |
| XYZ | 75.74 | 69.48 | 82.82 | - |
| YUV | 221.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 228 | 0 | 0.19 | 0.10 | 0.01 | 330 | 0.89 | 0.89 |
| Hex | FC | CC | E4 | 0 | 13 | A | 1 | 14A | 59 | 59 |
| Octal | 374 | 314 | 344 | 0 | 23 | 12 | 1 | 512 | 131 | 131 |
| Binary | 11111100 | 11001100 | 11100100 | 0 | 10011 | 1010 | 1 | 101001010 | 1011001 | 1011001 |
Color Harmonies of #FCCCE4
Complementary color
Monochromatic Colors of #FCCCE4
Black with #FCCCE4
Text Example
Text Example
White with #FCCCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCE4; }
p { color: rgb(252,204,228); }
H1.HeaderClassName
{
color: #FCCCE4;
}
.AnyTagClassName
{
color: #FCCCE4;
}
</style>
background-color css
<style>
a { background-color: #FCCCE4; }
a { background-color: rgb(252,204,228); }
div.DivClassName
{
background-color: #FCCCE4;
}
.BgClassName
{
background-color: #FCCCE4;
}
</style>
border-color css
<style>
span { border-color: #FCCCE4; }
span { border-color: rgb(252,204,228); }
td.TdClassName
{
border-color: #FCCCE4;
}
.TagClassName
{
border-color: #FCCCE4;
}
</style>