Shades of Classic Rose #FCC9DB
Tints of Classic Rose #FCC9DB
RGB
CMYK
RGB Variations
Color information
#FCC9DB (or 0xFCC9DB) is known color: Classic Rose. HEX triplet: FC, C9 and DB. RGB value is (252,201,219). Sum of RGB (Red+Green+Blue) = 252+201+219=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9DB is #033624. Grayscale: #DADADA. Windows color (decimal): -210469 or 14404092. OLE color: 14404092.
HSL color Cylindrical-coordinate representation of color #FCC9DB: hue angle of 338.82º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCC9DB is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 219 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.01 |
| HSL | 338.82º | 0.89% | 0.89% | - |
| HSV(B) | 338.82º | 0.2% | 0.99% | - |
| XYZ | 73.82 | 67.58 | 76.17 | - |
| YUV | 218.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 219 | 0 | 0.20 | 0.13 | 0.01 | 338.82 | 0.89 | 0.89 |
| Hex | FC | C9 | DB | 0 | 14 | D | 1 | 153 | 59 | 59 |
| Octal | 374 | 311 | 333 | 0 | 24 | 15 | 1 | 523 | 131 | 131 |
| Binary | 11111100 | 11001001 | 11011011 | 0 | 10100 | 1101 | 1 | 101010011 | 1011001 | 1011001 |
Color Harmonies of #FCC9DB
Complementary color
Monochromatic Colors of #FCC9DB
Black with #FCC9DB
Text Example
Text Example
White with #FCC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9DB; }
p { color: rgb(252,201,219); }
H1.HeaderClassName
{
color: #FCC9DB;
}
.AnyTagClassName
{
color: #FCC9DB;
}
</style>
background-color css
<style>
a { background-color: #FCC9DB; }
a { background-color: rgb(252,201,219); }
div.DivClassName
{
background-color: #FCC9DB;
}
.BgClassName
{
background-color: #FCC9DB;
}
</style>
border-color css
<style>
span { border-color: #FCC9DB; }
span { border-color: rgb(252,201,219); }
td.TdClassName
{
border-color: #FCC9DB;
}
.TagClassName
{
border-color: #FCC9DB;
}
</style>