Shades of Classic Rose #FCCCE6
Tints of Classic Rose #FCCCE6
RGB
CMYK
RGB Variations
Color information
#FCCCE6 (or 0xFCCCE6) is known color: Classic Rose. HEX triplet: FC, CC and E6. RGB value is (252,204,230). Sum of RGB (Red+Green+Blue) = 252+204+230=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCE6 is #033319. Grayscale: #DDDDDD. Windows color (decimal): -209690 or 15125756. OLE color: 15125756.
HSL color Cylindrical-coordinate representation of color #FCCCE6: hue angle of 327.5º 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 #FCCCE6 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 230 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.01 |
| HSL | 327.5º | 0.89% | 0.89% | - |
| HSV(B) | 327.5º | 0.19% | 0.99% | - |
| XYZ | 76.02 | 69.59 | 84.29 | - |
| YUV | 221.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 230 | 0 | 0.19 | 0.09 | 0.01 | 327.5 | 0.89 | 0.89 |
| Hex | FC | CC | E6 | 0 | 13 | 9 | 1 | 148 | 59 | 59 |
| Octal | 374 | 314 | 346 | 0 | 23 | 11 | 1 | 510 | 131 | 131 |
| Binary | 11111100 | 11001100 | 11100110 | 0 | 10011 | 1001 | 1 | 101001000 | 1011001 | 1011001 |
Color Harmonies of #FCCCE6
Complementary color
Monochromatic Colors of #FCCCE6
Black with #FCCCE6
Text Example
Text Example
White with #FCCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCE6; }
p { color: rgb(252,204,230); }
H1.HeaderClassName
{
color: #FCCCE6;
}
.AnyTagClassName
{
color: #FCCCE6;
}
</style>
background-color css
<style>
a { background-color: #FCCCE6; }
a { background-color: rgb(252,204,230); }
div.DivClassName
{
background-color: #FCCCE6;
}
.BgClassName
{
background-color: #FCCCE6;
}
</style>
border-color css
<style>
span { border-color: #FCCCE6; }
span { border-color: rgb(252,204,230); }
td.TdClassName
{
border-color: #FCCCE6;
}
.TagClassName
{
border-color: #FCCCE6;
}
</style>