Shades of Classic Rose #F0CEE6
Tints of Classic Rose #F0CEE6
RGB
CMYK
RGB Variations
Color information
#F0CEE6 (or 0xF0CEE6) is known color: Classic Rose. HEX triplet: F0, CE and E6. RGB value is (240,206,230). Sum of RGB (Red+Green+Blue) = 240+206+230=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEE6 is #0F3119. Grayscale: #DADADA. Windows color (decimal): -995610 or 15126256. OLE color: 15126256.
HSL color Cylindrical-coordinate representation of color #F0CEE6: hue angle of 317.65º 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 #F0CEE6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 230 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.06 |
| HSL | 317.65º | 0.53% | 0.87% | - |
| HSV(B) | 317.65º | 0.14% | 0.94% | - |
| XYZ | 72.29 | 68.38 | 84.25 | - |
| YUV | 218.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 230 | 0 | 0.14 | 0.04 | 0.06 | 317.65 | 0.53 | 0.87 |
| Hex | F0 | CE | E6 | 0 | E | 4 | 6 | 13E | 35 | 57 |
| Octal | 360 | 316 | 346 | 0 | 16 | 4 | 6 | 476 | 65 | 127 |
| Binary | 11110000 | 11001110 | 11100110 | 0 | 1110 | 100 | 110 | 100111110 | 110101 | 1010111 |
Color Harmonies of #F0CEE6
Complementary color
Monochromatic Colors of #F0CEE6
Black with #F0CEE6
Text Example
Text Example
White with #F0CEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEE6; }
p { color: rgb(240,206,230); }
H1.HeaderClassName
{
color: #F0CEE6;
}
.AnyTagClassName
{
color: #F0CEE6;
}
</style>
background-color css
<style>
a { background-color: #F0CEE6; }
a { background-color: rgb(240,206,230); }
div.DivClassName
{
background-color: #F0CEE6;
}
.BgClassName
{
background-color: #F0CEE6;
}
</style>
border-color css
<style>
span { border-color: #F0CEE6; }
span { border-color: rgb(240,206,230); }
td.TdClassName
{
border-color: #F0CEE6;
}
.TagClassName
{
border-color: #F0CEE6;
}
</style>