Shades of Classic Rose #F0CBDB
Tints of Classic Rose #F0CBDB
RGB
CMYK
RGB Variations
Color information
#F0CBDB (or 0xF0CBDB) is known color: Classic Rose. HEX triplet: F0, CB and DB. RGB value is (240,203,219). Sum of RGB (Red+Green+Blue) = 240+203+219=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBDB is #0F3424. Grayscale: #D7D7D7. Windows color (decimal): -996389 or 14404592. OLE color: 14404592.
HSL color Cylindrical-coordinate representation of color #F0CBDB: hue angle of 334.05º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CBDB is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 219 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.06 |
| HSL | 334.05º | 0.55% | 0.87% | - |
| HSV(B) | 334.05º | 0.15% | 0.94% | - |
| XYZ | 70.08 | 66.35 | 76.13 | - |
| YUV | 215.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 219 | 0 | 0.15 | 0.09 | 0.06 | 334.05 | 0.55 | 0.87 |
| Hex | F0 | CB | DB | 0 | F | 9 | 6 | 14E | 37 | 57 |
| Octal | 360 | 313 | 333 | 0 | 17 | 11 | 6 | 516 | 67 | 127 |
| Binary | 11110000 | 11001011 | 11011011 | 0 | 1111 | 1001 | 110 | 101001110 | 110111 | 1010111 |
Color Harmonies of #F0CBDB
Complementary color
Monochromatic Colors of #F0CBDB
Black with #F0CBDB
Text Example
Text Example
White with #F0CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBDB; }
p { color: rgb(240,203,219); }
H1.HeaderClassName
{
color: #F0CBDB;
}
.AnyTagClassName
{
color: #F0CBDB;
}
</style>
background-color css
<style>
a { background-color: #F0CBDB; }
a { background-color: rgb(240,203,219); }
div.DivClassName
{
background-color: #F0CBDB;
}
.BgClassName
{
background-color: #F0CBDB;
}
</style>
border-color css
<style>
span { border-color: #F0CBDB; }
span { border-color: rgb(240,203,219); }
td.TdClassName
{
border-color: #F0CBDB;
}
.TagClassName
{
border-color: #F0CBDB;
}
</style>