Shades of Classic Rose #F0CBDD
Tints of Classic Rose #F0CBDD
RGB
CMYK
RGB Variations
Color information
#F0CBDD (or 0xF0CBDD) is known color: Classic Rose. HEX triplet: F0, CB and DD. RGB value is (240,203,221). Sum of RGB (Red+Green+Blue) = 240+203+221=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBDD is #0F3422. Grayscale: #D8D8D8. Windows color (decimal): -996387 or 14535664. OLE color: 14535664.
HSL color Cylindrical-coordinate representation of color #F0CBDD: hue angle of 330.81º 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 #F0CBDD is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 221 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.06 |
| HSL | 330.81º | 0.55% | 0.87% | - |
| HSV(B) | 330.81º | 0.15% | 0.94% | - |
| XYZ | 70.34 | 66.46 | 77.53 | - |
| YUV | 216.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 221 | 0 | 0.15 | 0.08 | 0.06 | 330.81 | 0.55 | 0.87 |
| Hex | F0 | CB | DD | 0 | F | 8 | 6 | 14B | 37 | 57 |
| Octal | 360 | 313 | 335 | 0 | 17 | 10 | 6 | 513 | 67 | 127 |
| Binary | 11110000 | 11001011 | 11011101 | 0 | 1111 | 1000 | 110 | 101001011 | 110111 | 1010111 |
Color Harmonies of #F0CBDD
Complementary color
Monochromatic Colors of #F0CBDD
Black with #F0CBDD
Text Example
Text Example
White with #F0CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBDD; }
p { color: rgb(240,203,221); }
H1.HeaderClassName
{
color: #F0CBDD;
}
.AnyTagClassName
{
color: #F0CBDD;
}
</style>
background-color css
<style>
a { background-color: #F0CBDD; }
a { background-color: rgb(240,203,221); }
div.DivClassName
{
background-color: #F0CBDD;
}
.BgClassName
{
background-color: #F0CBDD;
}
</style>
border-color css
<style>
span { border-color: #F0CBDD; }
span { border-color: rgb(240,203,221); }
td.TdClassName
{
border-color: #F0CBDD;
}
.TagClassName
{
border-color: #F0CBDD;
}
</style>