Shades of Classic Rose #FCCCDD
Tints of Classic Rose #FCCCDD
RGB
CMYK
RGB Variations
Color information
#FCCCDD (or 0xFCCCDD) is known color: Classic Rose. HEX triplet: FC, CC and DD. RGB value is (252,204,221). Sum of RGB (Red+Green+Blue) = 252+204+221=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCDD is #033322. Grayscale: #DCDCDC. Windows color (decimal): -209699 or 14535932. OLE color: 14535932.
HSL color Cylindrical-coordinate representation of color #FCCCDD: hue angle of 338.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 #FCCCDD is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 221 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.01 |
| HSL | 338.75º | 0.89% | 0.89% | - |
| HSV(B) | 338.75º | 0.19% | 0.99% | - |
| XYZ | 74.79 | 69.1 | 77.8 | - |
| YUV | 220.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 221 | 0 | 0.19 | 0.12 | 0.01 | 338.75 | 0.89 | 0.89 |
| Hex | FC | CC | DD | 0 | 13 | C | 1 | 153 | 59 | 59 |
| Octal | 374 | 314 | 335 | 0 | 23 | 14 | 1 | 523 | 131 | 131 |
| Binary | 11111100 | 11001100 | 11011101 | 0 | 10011 | 1100 | 1 | 101010011 | 1011001 | 1011001 |
Color Harmonies of #FCCCDD
Complementary color
Monochromatic Colors of #FCCCDD
Black with #FCCCDD
Text Example
Text Example
White with #FCCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCDD; }
p { color: rgb(252,204,221); }
H1.HeaderClassName
{
color: #FCCCDD;
}
.AnyTagClassName
{
color: #FCCCDD;
}
</style>
background-color css
<style>
a { background-color: #FCCCDD; }
a { background-color: rgb(252,204,221); }
div.DivClassName
{
background-color: #FCCCDD;
}
.BgClassName
{
background-color: #FCCCDD;
}
</style>
border-color css
<style>
span { border-color: #FCCCDD; }
span { border-color: rgb(252,204,221); }
td.TdClassName
{
border-color: #FCCCDD;
}
.TagClassName
{
border-color: #FCCCDD;
}
</style>