Shades of Classic Rose #F0CBE3
Tints of Classic Rose #F0CBE3
RGB
CMYK
RGB Variations
Color information
#F0CBE3 (or 0xF0CBE3) is known color: Classic Rose. HEX triplet: F0, CB and E3. RGB value is (240,203,227). Sum of RGB (Red+Green+Blue) = 240+203+227=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBE3 is #0F341C. Grayscale: #D8D8D8. Windows color (decimal): -996381 or 14928880. OLE color: 14928880.
HSL color Cylindrical-coordinate representation of color #F0CBE3: hue angle of 321.08º 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 #F0CBE3 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 227 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.06 |
| HSL | 321.08º | 0.55% | 0.87% | - |
| HSV(B) | 321.08º | 0.15% | 0.94% | - |
| XYZ | 71.16 | 66.78 | 81.81 | - |
| YUV | 216.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 227 | 0 | 0.15 | 0.05 | 0.06 | 321.08 | 0.55 | 0.87 |
| Hex | F0 | CB | E3 | 0 | F | 5 | 6 | 141 | 37 | 57 |
| Octal | 360 | 313 | 343 | 0 | 17 | 5 | 6 | 501 | 67 | 127 |
| Binary | 11110000 | 11001011 | 11100011 | 0 | 1111 | 101 | 110 | 101000001 | 110111 | 1010111 |
Color Harmonies of #F0CBE3
Complementary color
Monochromatic Colors of #F0CBE3
Black with #F0CBE3
Text Example
Text Example
White with #F0CBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBE3; }
p { color: rgb(240,203,227); }
H1.HeaderClassName
{
color: #F0CBE3;
}
.AnyTagClassName
{
color: #F0CBE3;
}
</style>
background-color css
<style>
a { background-color: #F0CBE3; }
a { background-color: rgb(240,203,227); }
div.DivClassName
{
background-color: #F0CBE3;
}
.BgClassName
{
background-color: #F0CBE3;
}
</style>
border-color css
<style>
span { border-color: #F0CBE3; }
span { border-color: rgb(240,203,227); }
td.TdClassName
{
border-color: #F0CBE3;
}
.TagClassName
{
border-color: #F0CBE3;
}
</style>