Shades of Classic Rose #F9C4DB
Tints of Classic Rose #F9C4DB
RGB
CMYK
RGB Variations
Color information
#F9C4DB (or 0xF9C4DB) is known color: Classic Rose. HEX triplet: F9, C4 and DB. RGB value is (249,196,219). Sum of RGB (Red+Green+Blue) = 249+196+219=664 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.5% from 664); Green value is 196 (76.95% from 255 or 29.52% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C4DB is #063B24. Grayscale: #D6D6D6. Windows color (decimal): -408357 or 14402809. OLE color: 14402809.
HSL color Cylindrical-coordinate representation of color #F9C4DB: hue angle of 333.96º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9C4DB is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 219 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.02 |
| HSL | 333.96º | 0.82% | 0.87% | - |
| HSV(B) | 333.96º | 0.21% | 0.98% | - |
| XYZ | 71.59 | 64.73 | 75.74 | - |
| YUV | 214.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 219 | 0 | 0.21 | 0.12 | 0.02 | 333.96 | 0.82 | 0.87 |
| Hex | F9 | C4 | DB | 0 | 15 | C | 2 | 14E | 52 | 57 |
| Octal | 371 | 304 | 333 | 0 | 25 | 14 | 2 | 516 | 122 | 127 |
| Binary | 11111001 | 11000100 | 11011011 | 0 | 10101 | 1100 | 10 | 101001110 | 1010010 | 1010111 |
Color Harmonies of #F9C4DB
Complementary color
Monochromatic Colors of #F9C4DB
Black with #F9C4DB
Text Example
Text Example
White with #F9C4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C4DB; }
p { color: rgb(249,196,219); }
H1.HeaderClassName
{
color: #F9C4DB;
}
.AnyTagClassName
{
color: #F9C4DB;
}
</style>
background-color css
<style>
a { background-color: #F9C4DB; }
a { background-color: rgb(249,196,219); }
div.DivClassName
{
background-color: #F9C4DB;
}
.BgClassName
{
background-color: #F9C4DB;
}
</style>
border-color css
<style>
span { border-color: #F9C4DB; }
span { border-color: rgb(249,196,219); }
td.TdClassName
{
border-color: #F9C4DB;
}
.TagClassName
{
border-color: #F9C4DB;
}
</style>