Shades of Classic Rose #F0CFE6
Tints of Classic Rose #F0CFE6
RGB
CMYK
RGB Variations
Color information
#F0CFE6 (or 0xF0CFE6) is known color: Classic Rose. HEX triplet: F0, CF and E6. RGB value is (240,207,230). Sum of RGB (Red+Green+Blue) = 240+207+230=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFE6 is #0F3019. Grayscale: #DBDBDB. Windows color (decimal): -995354 or 15126512. OLE color: 15126512.
HSL color Cylindrical-coordinate representation of color #F0CFE6: hue angle of 318.18º 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 #F0CFE6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 230 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.06 |
| HSL | 318.18º | 0.52% | 0.88% | - |
| HSV(B) | 318.18º | 0.14% | 0.94% | - |
| XYZ | 72.53 | 68.86 | 84.33 | - |
| YUV | 219.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 230 | 0 | 0.14 | 0.04 | 0.06 | 318.18 | 0.52 | 0.88 |
| Hex | F0 | CF | E6 | 0 | E | 4 | 6 | 13E | 34 | 58 |
| Octal | 360 | 317 | 346 | 0 | 16 | 4 | 6 | 476 | 64 | 130 |
| Binary | 11110000 | 11001111 | 11100110 | 0 | 1110 | 100 | 110 | 100111110 | 110100 | 1011000 |
Color Harmonies of #F0CFE6
Complementary color
Monochromatic Colors of #F0CFE6
Black with #F0CFE6
Text Example
Text Example
White with #F0CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFE6; }
p { color: rgb(240,207,230); }
H1.HeaderClassName
{
color: #F0CFE6;
}
.AnyTagClassName
{
color: #F0CFE6;
}
</style>
background-color css
<style>
a { background-color: #F0CFE6; }
a { background-color: rgb(240,207,230); }
div.DivClassName
{
background-color: #F0CFE6;
}
.BgClassName
{
background-color: #F0CFE6;
}
</style>
border-color css
<style>
span { border-color: #F0CFE6; }
span { border-color: rgb(240,207,230); }
td.TdClassName
{
border-color: #F0CFE6;
}
.TagClassName
{
border-color: #F0CFE6;
}
</style>