Shades of Classic Rose #F2C0DB
Tints of Classic Rose #F2C0DB
RGB
CMYK
RGB Variations
Color information
#F2C0DB (or 0xF2C0DB) is known color: Classic Rose. HEX triplet: F2, C0 and DB. RGB value is (242,192,219). Sum of RGB (Red+Green+Blue) = 242+192+219=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0DB is #0D3F24. Grayscale: #D1D1D1. Windows color (decimal): -868133 or 14401778. OLE color: 14401778.
HSL color Cylindrical-coordinate representation of color #F2C0DB: hue angle of 327.6º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0DB is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 219 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.05 |
| HSL | 327.6º | 0.66% | 0.85% | - |
| HSV(B) | 327.6º | 0.21% | 0.95% | - |
| XYZ | 68.25 | 61.69 | 75.33 | - |
| YUV | 210.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 219 | 0 | 0.21 | 0.10 | 0.05 | 327.6 | 0.66 | 0.85 |
| Hex | F2 | C0 | DB | 0 | 15 | A | 5 | 148 | 42 | 55 |
| Octal | 362 | 300 | 333 | 0 | 25 | 12 | 5 | 510 | 102 | 125 |
| Binary | 11110010 | 11000000 | 11011011 | 0 | 10101 | 1010 | 101 | 101001000 | 1000010 | 1010101 |
Color Harmonies of #F2C0DB
Complementary color
Monochromatic Colors of #F2C0DB
Black with #F2C0DB
Text Example
Text Example
White with #F2C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0DB; }
p { color: rgb(242,192,219); }
H1.HeaderClassName
{
color: #F2C0DB;
}
.AnyTagClassName
{
color: #F2C0DB;
}
</style>
background-color css
<style>
a { background-color: #F2C0DB; }
a { background-color: rgb(242,192,219); }
div.DivClassName
{
background-color: #F2C0DB;
}
.BgClassName
{
background-color: #F2C0DB;
}
</style>
border-color css
<style>
span { border-color: #F2C0DB; }
span { border-color: rgb(242,192,219); }
td.TdClassName
{
border-color: #F2C0DB;
}
.TagClassName
{
border-color: #F2C0DB;
}
</style>