Shades of Classic Rose #F0CBE2
Tints of Classic Rose #F0CBE2
RGB
CMYK
RGB Variations
Color information
#F0CBE2 (or 0xF0CBE2) is known color: Classic Rose. HEX triplet: F0, CB and E2. RGB value is (240,203,226). Sum of RGB (Red+Green+Blue) = 240+203+226=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBE2 is #0F341D. Grayscale: #D8D8D8. Windows color (decimal): -996382 or 14863344. OLE color: 14863344.
HSL color Cylindrical-coordinate representation of color #F0CBE2: hue angle of 322.7º 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 #F0CBE2 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 226 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.06 |
| HSL | 322.7º | 0.55% | 0.87% | - |
| HSV(B) | 322.7º | 0.15% | 0.94% | - |
| XYZ | 71.02 | 66.73 | 81.09 | - |
| YUV | 216.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 226 | 0 | 0.15 | 0.06 | 0.06 | 322.7 | 0.55 | 0.87 |
| Hex | F0 | CB | E2 | 0 | F | 6 | 6 | 143 | 37 | 57 |
| Octal | 360 | 313 | 342 | 0 | 17 | 6 | 6 | 503 | 67 | 127 |
| Binary | 11110000 | 11001011 | 11100010 | 0 | 1111 | 110 | 110 | 101000011 | 110111 | 1010111 |
Color Harmonies of #F0CBE2
Complementary color
Monochromatic Colors of #F0CBE2
Black with #F0CBE2
Text Example
Text Example
White with #F0CBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBE2; }
p { color: rgb(240,203,226); }
H1.HeaderClassName
{
color: #F0CBE2;
}
.AnyTagClassName
{
color: #F0CBE2;
}
</style>
background-color css
<style>
a { background-color: #F0CBE2; }
a { background-color: rgb(240,203,226); }
div.DivClassName
{
background-color: #F0CBE2;
}
.BgClassName
{
background-color: #F0CBE2;
}
</style>
border-color css
<style>
span { border-color: #F0CBE2; }
span { border-color: rgb(240,203,226); }
td.TdClassName
{
border-color: #F0CBE2;
}
.TagClassName
{
border-color: #F0CBE2;
}
</style>