Shades of Classic Rose #F0CFE0
Tints of Classic Rose #F0CFE0
RGB
CMYK
RGB Variations
Color information
#F0CFE0 (or 0xF0CFE0) is known color: Classic Rose. HEX triplet: F0, CF and E0. RGB value is (240,207,224). Sum of RGB (Red+Green+Blue) = 240+207+224=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFE0 is #0F301F. Grayscale: #DADADA. Windows color (decimal): -995360 or 14733296. OLE color: 14733296.
HSL color Cylindrical-coordinate representation of color #F0CFE0: hue angle of 329.09º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CFE0 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 224 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.06 |
| HSL | 329.09º | 0.52% | 0.88% | - |
| HSV(B) | 329.09º | 0.14% | 0.94% | - |
| XYZ | 71.7 | 68.53 | 79.97 | - |
| YUV | 218.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 224 | 0 | 0.14 | 0.07 | 0.06 | 329.09 | 0.52 | 0.88 |
| Hex | F0 | CF | E0 | 0 | E | 7 | 6 | 149 | 34 | 58 |
| Octal | 360 | 317 | 340 | 0 | 16 | 7 | 6 | 511 | 64 | 130 |
| Binary | 11110000 | 11001111 | 11100000 | 0 | 1110 | 111 | 110 | 101001001 | 110100 | 1011000 |
Color Harmonies of #F0CFE0
Complementary color
Monochromatic Colors of #F0CFE0
Black with #F0CFE0
Text Example
Text Example
White with #F0CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFE0; }
p { color: rgb(240,207,224); }
H1.HeaderClassName
{
color: #F0CFE0;
}
.AnyTagClassName
{
color: #F0CFE0;
}
</style>
background-color css
<style>
a { background-color: #F0CFE0; }
a { background-color: rgb(240,207,224); }
div.DivClassName
{
background-color: #F0CFE0;
}
.BgClassName
{
background-color: #F0CFE0;
}
</style>
border-color css
<style>
span { border-color: #F0CFE0; }
span { border-color: rgb(240,207,224); }
td.TdClassName
{
border-color: #F0CFE0;
}
.TagClassName
{
border-color: #F0CFE0;
}
</style>