Shades of Classic Rose #FCC4DB
Tints of Classic Rose #FCC4DB
RGB
CMYK
RGB Variations
Color information
#FCC4DB (or 0xFCC4DB) is known color: Classic Rose. HEX triplet: FC, C4 and DB. RGB value is (252,196,219). Sum of RGB (Red+Green+Blue) = 252+196+219=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 196 (76.95% from 255 or 29.39% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4DB is #033B24. Grayscale: #D7D7D7. Windows color (decimal): -211749 or 14402812. OLE color: 14402812.
HSL color Cylindrical-coordinate representation of color #FCC4DB: hue angle of 335.36º 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 #FCC4DB is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 219 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.01 |
| HSL | 335.36º | 0.9% | 0.88% | - |
| HSV(B) | 335.36º | 0.22% | 0.99% | - |
| XYZ | 72.67 | 65.29 | 75.79 | - |
| YUV | 215.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 219 | 0 | 0.22 | 0.13 | 0.01 | 335.36 | 0.9 | 0.88 |
| Hex | FC | C4 | DB | 0 | 16 | D | 1 | 14F | 5A | 58 |
| Octal | 374 | 304 | 333 | 0 | 26 | 15 | 1 | 517 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11011011 | 0 | 10110 | 1101 | 1 | 101001111 | 1011010 | 1011000 |
Color Harmonies of #FCC4DB
Complementary color
Monochromatic Colors of #FCC4DB
Black with #FCC4DB
Text Example
Text Example
White with #FCC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4DB; }
p { color: rgb(252,196,219); }
H1.HeaderClassName
{
color: #FCC4DB;
}
.AnyTagClassName
{
color: #FCC4DB;
}
</style>
background-color css
<style>
a { background-color: #FCC4DB; }
a { background-color: rgb(252,196,219); }
div.DivClassName
{
background-color: #FCC4DB;
}
.BgClassName
{
background-color: #FCC4DB;
}
</style>
border-color css
<style>
span { border-color: #FCC4DB; }
span { border-color: rgb(252,196,219); }
td.TdClassName
{
border-color: #FCC4DB;
}
.TagClassName
{
border-color: #FCC4DB;
}
</style>