Shades of Classic Rose #FCC3DB
Tints of Classic Rose #FCC3DB
RGB
CMYK
RGB Variations
Color information
#FCC3DB (or 0xFCC3DB) is known color: Classic Rose. HEX triplet: FC, C3 and DB. RGB value is (252,195,219). Sum of RGB (Red+Green+Blue) = 252+195+219=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 195 (76.56% from 255 or 29.28% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3DB is #033C24. Grayscale: #D6D6D6. Windows color (decimal): -212005 or 14402556. OLE color: 14402556.
HSL color Cylindrical-coordinate representation of color #FCC3DB: hue angle of 334.74º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC3DB is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 219 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.01 |
| HSL | 334.74º | 0.9% | 0.88% | - |
| HSV(B) | 334.74º | 0.23% | 0.99% | - |
| XYZ | 72.45 | 64.84 | 75.71 | - |
| YUV | 214.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 219 | 0 | 0.23 | 0.13 | 0.01 | 334.74 | 0.9 | 0.88 |
| Hex | FC | C3 | DB | 0 | 17 | D | 1 | 14F | 5A | 58 |
| Octal | 374 | 303 | 333 | 0 | 27 | 15 | 1 | 517 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11011011 | 0 | 10111 | 1101 | 1 | 101001111 | 1011010 | 1011000 |
Color Harmonies of #FCC3DB
Complementary color
Monochromatic Colors of #FCC3DB
Black with #FCC3DB
Text Example
Text Example
White with #FCC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3DB; }
p { color: rgb(252,195,219); }
H1.HeaderClassName
{
color: #FCC3DB;
}
.AnyTagClassName
{
color: #FCC3DB;
}
</style>
background-color css
<style>
a { background-color: #FCC3DB; }
a { background-color: rgb(252,195,219); }
div.DivClassName
{
background-color: #FCC3DB;
}
.BgClassName
{
background-color: #FCC3DB;
}
</style>
border-color css
<style>
span { border-color: #FCC3DB; }
span { border-color: rgb(252,195,219); }
td.TdClassName
{
border-color: #FCC3DB;
}
.TagClassName
{
border-color: #FCC3DB;
}
</style>