Shades of Remy #F0DBD8
Tints of Remy #F0DBD8
RGB
CMYK
RGB Variations
Color information
#F0DBD8 (or 0xF0DBD8) is known color: Remy. HEX triplet: F0, DB and D8. RGB value is (240,219,216). Sum of RGB (Red+Green+Blue) = 240+219+216=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBD8 is #0F2427. Grayscale: #E0E0E0. Windows color (decimal): -992296 or 14212080. OLE color: 14212080.
HSL color Cylindrical-coordinate representation of color #F0DBD8: hue angle of 7.5º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0DBD8 is Cyan = 0, Magento = 0.09, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 216 | - |
| CMYK | 0 | 0.09 | 0.1 | 0.06 |
| HSL | 7.5º | 0.44% | 0.89% | - |
| HSV(B) | 7.5º | 0.1% | 0.94% | - |
| XYZ | 73.66 | 74.15 | 75.4 | - |
| YUV | 224.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 216 | 0 | 0.09 | 0.1 | 0.06 | 7.5 | 0.44 | 0.89 |
| Hex | F0 | DB | D8 | 0 | 9 | A | 6 | 8 | 2C | 59 |
| Octal | 360 | 333 | 330 | 0 | 11 | 12 | 6 | 10 | 54 | 131 |
| Binary | 11110000 | 11011011 | 11011000 | 0 | 1001 | 1010 | 110 | 1000 | 101100 | 1011001 |
Color Harmonies of #F0DBD8
Complementary color
Monochromatic Colors of #F0DBD8
Black with #F0DBD8
Text Example
Text Example
White with #F0DBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBD8; }
p { color: rgb(240,219,216); }
H1.HeaderClassName
{
color: #F0DBD8;
}
.AnyTagClassName
{
color: #F0DBD8;
}
</style>
background-color css
<style>
a { background-color: #F0DBD8; }
a { background-color: rgb(240,219,216); }
div.DivClassName
{
background-color: #F0DBD8;
}
.BgClassName
{
background-color: #F0DBD8;
}
</style>
border-color css
<style>
span { border-color: #F0DBD8; }
span { border-color: rgb(240,219,216); }
td.TdClassName
{
border-color: #F0DBD8;
}
.TagClassName
{
border-color: #F0DBD8;
}
</style>