Shades of Classic Rose #FCC5DB
Tints of Classic Rose #FCC5DB
RGB
CMYK
RGB Variations
Color information
#FCC5DB (or 0xFCC5DB) is known color: Classic Rose. HEX triplet: FC, C5 and DB. RGB value is (252,197,219). Sum of RGB (Red+Green+Blue) = 252+197+219=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5DB is #033A24. Grayscale: #D7D7D7. Windows color (decimal): -211493 or 14403068. OLE color: 14403068.
HSL color Cylindrical-coordinate representation of color #FCC5DB: hue angle of 336º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC5DB is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 219 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.01 |
| HSL | 336º | 0.9% | 0.88% | - |
| HSV(B) | 336º | 0.22% | 0.99% | - |
| XYZ | 72.9 | 65.74 | 75.87 | - |
| YUV | 215.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 219 | 0 | 0.22 | 0.13 | 0.01 | 336 | 0.9 | 0.88 |
| Hex | FC | C5 | DB | 0 | 16 | D | 1 | 150 | 5A | 58 |
| Octal | 374 | 305 | 333 | 0 | 26 | 15 | 1 | 520 | 132 | 130 |
| Binary | 11111100 | 11000101 | 11011011 | 0 | 10110 | 1101 | 1 | 101010000 | 1011010 | 1011000 |
Color Harmonies of #FCC5DB
Complementary color
Monochromatic Colors of #FCC5DB
Black with #FCC5DB
Text Example
Text Example
White with #FCC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5DB; }
p { color: rgb(252,197,219); }
H1.HeaderClassName
{
color: #FCC5DB;
}
.AnyTagClassName
{
color: #FCC5DB;
}
</style>
background-color css
<style>
a { background-color: #FCC5DB; }
a { background-color: rgb(252,197,219); }
div.DivClassName
{
background-color: #FCC5DB;
}
.BgClassName
{
background-color: #FCC5DB;
}
</style>
border-color css
<style>
span { border-color: #FCC5DB; }
span { border-color: rgb(252,197,219); }
td.TdClassName
{
border-color: #FCC5DB;
}
.TagClassName
{
border-color: #FCC5DB;
}
</style>