Shades of Classic Rose #F0D6E7
Tints of Classic Rose #F0D6E7
RGB
CMYK
RGB Variations
Color information
#F0D6E7 (or 0xF0D6E7) is known color: Classic Rose. HEX triplet: F0, D6 and E7. RGB value is (240,214,231). Sum of RGB (Red+Green+Blue) = 240+214+231=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D6E7 is #0F2918. Grayscale: #DFDFDF. Windows color (decimal): -993561 or 15193840. OLE color: 15193840.
HSL color Cylindrical-coordinate representation of color #F0D6E7: hue angle of 320.77º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0D6E7 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 231 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.06 |
| HSL | 320.77º | 0.46% | 0.89% | - |
| HSV(B) | 320.77º | 0.11% | 0.94% | - |
| XYZ | 74.41 | 72.39 | 85.65 | - |
| YUV | 223.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 231 | 0 | 0.11 | 0.04 | 0.06 | 320.77 | 0.46 | 0.89 |
| Hex | F0 | D6 | E7 | 0 | B | 4 | 6 | 141 | 2E | 59 |
| Octal | 360 | 326 | 347 | 0 | 13 | 4 | 6 | 501 | 56 | 131 |
| Binary | 11110000 | 11010110 | 11100111 | 0 | 1011 | 100 | 110 | 101000001 | 101110 | 1011001 |
Color Harmonies of #F0D6E7
Complementary color
Monochromatic Colors of #F0D6E7
Black with #F0D6E7
Text Example
Text Example
White with #F0D6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D6E7; }
p { color: rgb(240,214,231); }
H1.HeaderClassName
{
color: #F0D6E7;
}
.AnyTagClassName
{
color: #F0D6E7;
}
</style>
background-color css
<style>
a { background-color: #F0D6E7; }
a { background-color: rgb(240,214,231); }
div.DivClassName
{
background-color: #F0D6E7;
}
.BgClassName
{
background-color: #F0D6E7;
}
</style>
border-color css
<style>
span { border-color: #F0D6E7; }
span { border-color: rgb(240,214,231); }
td.TdClassName
{
border-color: #F0D6E7;
}
.TagClassName
{
border-color: #F0D6E7;
}
</style>