Shades of Remy #F0DDDA
Tints of Remy #F0DDDA
RGB
CMYK
RGB Variations
Color information
#F0DDDA (or 0xF0DDDA) is known color: Remy. HEX triplet: F0, DD and DA. RGB value is (240,221,218). Sum of RGB (Red+Green+Blue) = 240+221+218=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDDA is #0F2225. Grayscale: #E2E2E2. Windows color (decimal): -991782 or 14343664. OLE color: 14343664.
HSL color Cylindrical-coordinate representation of color #F0DDDA: hue angle of 8.18º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DDDA is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 218 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.06 |
| HSL | 8.18º | 0.42% | 0.9% | - |
| HSV(B) | 8.18º | 0.09% | 0.94% | - |
| XYZ | 74.45 | 75.3 | 76.94 | - |
| YUV | 226.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 218 | 0 | 0.08 | 0.09 | 0.06 | 8.18 | 0.42 | 0.9 |
| Hex | F0 | DD | DA | 0 | 8 | 9 | 6 | 8 | 2A | 5A |
| Octal | 360 | 335 | 332 | 0 | 10 | 11 | 6 | 10 | 52 | 132 |
| Binary | 11110000 | 11011101 | 11011010 | 0 | 1000 | 1001 | 110 | 1000 | 101010 | 1011010 |
Color Harmonies of #F0DDDA
Complementary color
Monochromatic Colors of #F0DDDA
Black with #F0DDDA
Text Example
Text Example
White with #F0DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDDA; }
p { color: rgb(240,221,218); }
H1.HeaderClassName
{
color: #F0DDDA;
}
.AnyTagClassName
{
color: #F0DDDA;
}
</style>
background-color css
<style>
a { background-color: #F0DDDA; }
a { background-color: rgb(240,221,218); }
div.DivClassName
{
background-color: #F0DDDA;
}
.BgClassName
{
background-color: #F0DDDA;
}
</style>
border-color css
<style>
span { border-color: #F0DDDA; }
span { border-color: rgb(240,221,218); }
td.TdClassName
{
border-color: #F0DDDA;
}
.TagClassName
{
border-color: #F0DDDA;
}
</style>