Shades of Classic Rose #F0CEE2
Tints of Classic Rose #F0CEE2
RGB
CMYK
RGB Variations
Color information
#F0CEE2 (or 0xF0CEE2) is known color: Classic Rose. HEX triplet: F0, CE and E2. RGB value is (240,206,226). Sum of RGB (Red+Green+Blue) = 240+206+226=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEE2 is #0F311D. Grayscale: #DADADA. Windows color (decimal): -995614 or 14864112. OLE color: 14864112.
HSL color Cylindrical-coordinate representation of color #F0CEE2: hue angle of 324.71º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CEE2 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 226 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.06 |
| HSL | 324.71º | 0.53% | 0.87% | - |
| HSV(B) | 324.71º | 0.14% | 0.94% | - |
| XYZ | 71.73 | 68.16 | 81.33 | - |
| YUV | 218.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 226 | 0 | 0.14 | 0.06 | 0.06 | 324.71 | 0.53 | 0.87 |
| Hex | F0 | CE | E2 | 0 | E | 6 | 6 | 145 | 35 | 57 |
| Octal | 360 | 316 | 342 | 0 | 16 | 6 | 6 | 505 | 65 | 127 |
| Binary | 11110000 | 11001110 | 11100010 | 0 | 1110 | 110 | 110 | 101000101 | 110101 | 1010111 |
Color Harmonies of #F0CEE2
Complementary color
Monochromatic Colors of #F0CEE2
Black with #F0CEE2
Text Example
Text Example
White with #F0CEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEE2; }
p { color: rgb(240,206,226); }
H1.HeaderClassName
{
color: #F0CEE2;
}
.AnyTagClassName
{
color: #F0CEE2;
}
</style>
background-color css
<style>
a { background-color: #F0CEE2; }
a { background-color: rgb(240,206,226); }
div.DivClassName
{
background-color: #F0CEE2;
}
.BgClassName
{
background-color: #F0CEE2;
}
</style>
border-color css
<style>
span { border-color: #F0CEE2; }
span { border-color: rgb(240,206,226); }
td.TdClassName
{
border-color: #F0CEE2;
}
.TagClassName
{
border-color: #F0CEE2;
}
</style>