Shades of Classic Rose #F4C0DB
Tints of Classic Rose #F4C0DB
RGB
CMYK
RGB Variations
Color information
#F4C0DB (or 0xF4C0DB) is known color: Classic Rose. HEX triplet: F4, C0 and DB. RGB value is (244,192,219). Sum of RGB (Red+Green+Blue) = 244+192+219=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0DB is #0B3F24. Grayscale: #D2D2D2. Windows color (decimal): -737061 or 14401780. OLE color: 14401780.
HSL color Cylindrical-coordinate representation of color #F4C0DB: hue angle of 328.85º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C0DB is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 219 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.04 |
| HSL | 328.85º | 0.7% | 0.85% | - |
| HSV(B) | 328.85º | 0.21% | 0.96% | - |
| XYZ | 68.94 | 62.05 | 75.36 | - |
| YUV | 210.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 219 | 0 | 0.21 | 0.10 | 0.04 | 328.85 | 0.7 | 0.85 |
| Hex | F4 | C0 | DB | 0 | 15 | A | 4 | 149 | 46 | 55 |
| Octal | 364 | 300 | 333 | 0 | 25 | 12 | 4 | 511 | 106 | 125 |
| Binary | 11110100 | 11000000 | 11011011 | 0 | 10101 | 1010 | 100 | 101001001 | 1000110 | 1010101 |
Color Harmonies of #F4C0DB
Complementary color
Monochromatic Colors of #F4C0DB
Black with #F4C0DB
Text Example
Text Example
White with #F4C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C0DB; }
p { color: rgb(244,192,219); }
H1.HeaderClassName
{
color: #F4C0DB;
}
.AnyTagClassName
{
color: #F4C0DB;
}
</style>
background-color css
<style>
a { background-color: #F4C0DB; }
a { background-color: rgb(244,192,219); }
div.DivClassName
{
background-color: #F4C0DB;
}
.BgClassName
{
background-color: #F4C0DB;
}
</style>
border-color css
<style>
span { border-color: #F4C0DB; }
span { border-color: rgb(244,192,219); }
td.TdClassName
{
border-color: #F4C0DB;
}
.TagClassName
{
border-color: #F4C0DB;
}
</style>