Shades of Classic Rose #F0C9DB
Tints of Classic Rose #F0C9DB
RGB
CMYK
RGB Variations
Color information
#F0C9DB (or 0xF0C9DB) is known color: Classic Rose. HEX triplet: F0, C9 and DB. RGB value is (240,201,219). Sum of RGB (Red+Green+Blue) = 240+201+219=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9DB is #0F3624. Grayscale: #D6D6D6. Windows color (decimal): -996901 or 14404080. OLE color: 14404080.
HSL color Cylindrical-coordinate representation of color #F0C9DB: hue angle of 332.31º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0C9DB is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 219 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.06 |
| HSL | 332.31º | 0.57% | 0.86% | - |
| HSV(B) | 332.31º | 0.16% | 0.94% | - |
| XYZ | 69.61 | 65.41 | 75.98 | - |
| YUV | 214.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 219 | 0 | 0.16 | 0.09 | 0.06 | 332.31 | 0.57 | 0.86 |
| Hex | F0 | C9 | DB | 0 | 10 | 9 | 6 | 14C | 39 | 56 |
| Octal | 360 | 311 | 333 | 0 | 20 | 11 | 6 | 514 | 71 | 126 |
| Binary | 11110000 | 11001001 | 11011011 | 0 | 10000 | 1001 | 110 | 101001100 | 111001 | 1010110 |
Color Harmonies of #F0C9DB
Complementary color
Monochromatic Colors of #F0C9DB
Black with #F0C9DB
Text Example
Text Example
White with #F0C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C9DB; }
p { color: rgb(240,201,219); }
H1.HeaderClassName
{
color: #F0C9DB;
}
.AnyTagClassName
{
color: #F0C9DB;
}
</style>
background-color css
<style>
a { background-color: #F0C9DB; }
a { background-color: rgb(240,201,219); }
div.DivClassName
{
background-color: #F0C9DB;
}
.BgClassName
{
background-color: #F0C9DB;
}
</style>
border-color css
<style>
span { border-color: #F0C9DB; }
span { border-color: rgb(240,201,219); }
td.TdClassName
{
border-color: #F0C9DB;
}
.TagClassName
{
border-color: #F0C9DB;
}
</style>