Shades of Classic Rose #FCCBDD
Tints of Classic Rose #FCCBDD
RGB
CMYK
RGB Variations
Color information
#FCCBDD (or 0xFCCBDD) is known color: Classic Rose. HEX triplet: FC, CB and DD. RGB value is (252,203,221). Sum of RGB (Red+Green+Blue) = 252+203+221=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBDD is #033422. Grayscale: #DBDBDB. Windows color (decimal): -209955 or 14535676. OLE color: 14535676.
HSL color Cylindrical-coordinate representation of color #FCCBDD: hue angle of 337.96º 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 #FCCBDD is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 221 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.01 |
| HSL | 337.96º | 0.89% | 0.89% | - |
| HSV(B) | 337.96º | 0.19% | 0.99% | - |
| XYZ | 74.55 | 68.63 | 77.72 | - |
| YUV | 219.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 221 | 0 | 0.19 | 0.12 | 0.01 | 337.96 | 0.89 | 0.89 |
| Hex | FC | CB | DD | 0 | 13 | C | 1 | 152 | 59 | 59 |
| Octal | 374 | 313 | 335 | 0 | 23 | 14 | 1 | 522 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11011101 | 0 | 10011 | 1100 | 1 | 101010010 | 1011001 | 1011001 |
Color Harmonies of #FCCBDD
Complementary color
Monochromatic Colors of #FCCBDD
Black with #FCCBDD
Text Example
Text Example
White with #FCCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBDD; }
p { color: rgb(252,203,221); }
H1.HeaderClassName
{
color: #FCCBDD;
}
.AnyTagClassName
{
color: #FCCBDD;
}
</style>
background-color css
<style>
a { background-color: #FCCBDD; }
a { background-color: rgb(252,203,221); }
div.DivClassName
{
background-color: #FCCBDD;
}
.BgClassName
{
background-color: #FCCBDD;
}
</style>
border-color css
<style>
span { border-color: #FCCBDD; }
span { border-color: rgb(252,203,221); }
td.TdClassName
{
border-color: #FCCBDD;
}
.TagClassName
{
border-color: #FCCBDD;
}
</style>