Shades of Classic Rose #F0CEE0
Tints of Classic Rose #F0CEE0
RGB
CMYK
RGB Variations
Color information
#F0CEE0 (or 0xF0CEE0) is known color: Classic Rose. HEX triplet: F0, CE and E0. RGB value is (240,206,224). Sum of RGB (Red+Green+Blue) = 240+206+224=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEE0 is #0F311F. Grayscale: #DADADA. Windows color (decimal): -995616 or 14733040. OLE color: 14733040.
HSL color Cylindrical-coordinate representation of color #F0CEE0: hue angle of 328.24º 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 #F0CEE0 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 224 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.06 |
| HSL | 328.24º | 0.53% | 0.87% | - |
| HSV(B) | 328.24º | 0.14% | 0.94% | - |
| XYZ | 71.46 | 68.05 | 79.89 | - |
| YUV | 218.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 224 | 0 | 0.14 | 0.07 | 0.06 | 328.24 | 0.53 | 0.87 |
| Hex | F0 | CE | E0 | 0 | E | 7 | 6 | 148 | 35 | 57 |
| Octal | 360 | 316 | 340 | 0 | 16 | 7 | 6 | 510 | 65 | 127 |
| Binary | 11110000 | 11001110 | 11100000 | 0 | 1110 | 111 | 110 | 101001000 | 110101 | 1010111 |
Color Harmonies of #F0CEE0
Complementary color
Monochromatic Colors of #F0CEE0
Black with #F0CEE0
Text Example
Text Example
White with #F0CEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEE0; }
p { color: rgb(240,206,224); }
H1.HeaderClassName
{
color: #F0CEE0;
}
.AnyTagClassName
{
color: #F0CEE0;
}
</style>
background-color css
<style>
a { background-color: #F0CEE0; }
a { background-color: rgb(240,206,224); }
div.DivClassName
{
background-color: #F0CEE0;
}
.BgClassName
{
background-color: #F0CEE0;
}
</style>
border-color css
<style>
span { border-color: #F0CEE0; }
span { border-color: rgb(240,206,224); }
td.TdClassName
{
border-color: #F0CEE0;
}
.TagClassName
{
border-color: #F0CEE0;
}
</style>