Shades of Remy #F0DDD8
Tints of Remy #F0DDD8
RGB
CMYK
RGB Variations
Color information
#F0DDD8 (or 0xF0DDD8) is known color: Remy. HEX triplet: F0, DD and D8. RGB value is (240,221,216). Sum of RGB (Red+Green+Blue) = 240+221+216=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDD8 is #0F2227. Grayscale: #E2E2E2. Windows color (decimal): -991784 or 14212592. OLE color: 14212592.
HSL color Cylindrical-coordinate representation of color #F0DDD8: hue angle of 12.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 #F0DDD8 is Cyan = 0, Magento = 0.08, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 216 | - |
| CMYK | 0 | 0.08 | 0.1 | 0.06 |
| HSL | 12.5º | 0.44% | 0.89% | - |
| HSV(B) | 12.5º | 0.1% | 0.94% | - |
| XYZ | 74.19 | 75.2 | 75.57 | - |
| YUV | 226.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 216 | 0 | 0.08 | 0.1 | 0.06 | 12.5 | 0.44 | 0.89 |
| Hex | F0 | DD | D8 | 0 | 8 | A | 6 | C | 2C | 59 |
| Octal | 360 | 335 | 330 | 0 | 10 | 12 | 6 | 14 | 54 | 131 |
| Binary | 11110000 | 11011101 | 11011000 | 0 | 1000 | 1010 | 110 | 1100 | 101100 | 1011001 |
Color Harmonies of #F0DDD8
Complementary color
Monochromatic Colors of #F0DDD8
Black with #F0DDD8
Text Example
Text Example
White with #F0DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDD8; }
p { color: rgb(240,221,216); }
H1.HeaderClassName
{
color: #F0DDD8;
}
.AnyTagClassName
{
color: #F0DDD8;
}
</style>
background-color css
<style>
a { background-color: #F0DDD8; }
a { background-color: rgb(240,221,216); }
div.DivClassName
{
background-color: #F0DDD8;
}
.BgClassName
{
background-color: #F0DDD8;
}
</style>
border-color css
<style>
span { border-color: #F0DDD8; }
span { border-color: rgb(240,221,216); }
td.TdClassName
{
border-color: #F0DDD8;
}
.TagClassName
{
border-color: #F0DDD8;
}
</style>