Shades of Classic Rose #F0CBDA
Tints of Classic Rose #F0CBDA
RGB
CMYK
RGB Variations
Color information
#F0CBDA (or 0xF0CBDA) is known color: Classic Rose. HEX triplet: F0, CB and DA. RGB value is (240,203,218). Sum of RGB (Red+Green+Blue) = 240+203+218=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBDA is #0F3425. Grayscale: #D7D7D7. Windows color (decimal): -996390 or 14339056. OLE color: 14339056.
HSL color Cylindrical-coordinate representation of color #F0CBDA: hue angle of 335.68º 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 #F0CBDA is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 218 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.06 |
| HSL | 335.68º | 0.55% | 0.87% | - |
| HSV(B) | 335.68º | 0.15% | 0.94% | - |
| XYZ | 69.95 | 66.3 | 75.44 | - |
| YUV | 215.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 218 | 0 | 0.15 | 0.09 | 0.06 | 335.68 | 0.55 | 0.87 |
| Hex | F0 | CB | DA | 0 | F | 9 | 6 | 150 | 37 | 57 |
| Octal | 360 | 313 | 332 | 0 | 17 | 11 | 6 | 520 | 67 | 127 |
| Binary | 11110000 | 11001011 | 11011010 | 0 | 1111 | 1001 | 110 | 101010000 | 110111 | 1010111 |
Color Harmonies of #F0CBDA
Complementary color
Monochromatic Colors of #F0CBDA
Black with #F0CBDA
Text Example
Text Example
White with #F0CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBDA; }
p { color: rgb(240,203,218); }
H1.HeaderClassName
{
color: #F0CBDA;
}
.AnyTagClassName
{
color: #F0CBDA;
}
</style>
background-color css
<style>
a { background-color: #F0CBDA; }
a { background-color: rgb(240,203,218); }
div.DivClassName
{
background-color: #F0CBDA;
}
.BgClassName
{
background-color: #F0CBDA;
}
</style>
border-color css
<style>
span { border-color: #F0CBDA; }
span { border-color: rgb(240,203,218); }
td.TdClassName
{
border-color: #F0CBDA;
}
.TagClassName
{
border-color: #F0CBDA;
}
</style>