Shades of Classic Rose #FCCBDE
Tints of Classic Rose #FCCBDE
RGB
CMYK
RGB Variations
Color information
#FCCBDE (or 0xFCCBDE) is known color: Classic Rose. HEX triplet: FC, CB and DE. RGB value is (252,203,222). Sum of RGB (Red+Green+Blue) = 252+203+222=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBDE is #033421. Grayscale: #DBDBDB. Windows color (decimal): -209954 or 14601212. OLE color: 14601212.
HSL color Cylindrical-coordinate representation of color #FCCBDE: hue angle of 336.73º 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 #FCCBDE is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 222 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.01 |
| HSL | 336.73º | 0.89% | 0.89% | - |
| HSV(B) | 336.73º | 0.19% | 0.99% | - |
| XYZ | 74.69 | 68.68 | 78.43 | - |
| YUV | 219.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 222 | 0 | 0.19 | 0.12 | 0.01 | 336.73 | 0.89 | 0.89 |
| Hex | FC | CB | DE | 0 | 13 | C | 1 | 151 | 59 | 59 |
| Octal | 374 | 313 | 336 | 0 | 23 | 14 | 1 | 521 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11011110 | 0 | 10011 | 1100 | 1 | 101010001 | 1011001 | 1011001 |
Color Harmonies of #FCCBDE
Complementary color
Monochromatic Colors of #FCCBDE
Black with #FCCBDE
Text Example
Text Example
White with #FCCBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBDE; }
p { color: rgb(252,203,222); }
H1.HeaderClassName
{
color: #FCCBDE;
}
.AnyTagClassName
{
color: #FCCBDE;
}
</style>
background-color css
<style>
a { background-color: #FCCBDE; }
a { background-color: rgb(252,203,222); }
div.DivClassName
{
background-color: #FCCBDE;
}
.BgClassName
{
background-color: #FCCBDE;
}
</style>
border-color css
<style>
span { border-color: #FCCBDE; }
span { border-color: rgb(252,203,222); }
td.TdClassName
{
border-color: #FCCBDE;
}
.TagClassName
{
border-color: #FCCBDE;
}
</style>