Shades of Remy #F0DAD6
Tints of Remy #F0DAD6
RGB
CMYK
RGB Variations
Color information
#F0DAD6 (or 0xF0DAD6) is known color: Remy. HEX triplet: F0, DA and D6. RGB value is (240,218,214). Sum of RGB (Red+Green+Blue) = 240+218+214=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAD6 is #0F2529. Grayscale: #E0E0E0. Windows color (decimal): -992554 or 14080752. OLE color: 14080752.
HSL color Cylindrical-coordinate representation of color #F0DAD6: hue angle of 9.23º 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 #F0DAD6 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 214 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.06 |
| HSL | 9.23º | 0.46% | 0.89% | - |
| HSV(B) | 9.23º | 0.11% | 0.94% | - |
| XYZ | 73.14 | 73.52 | 73.95 | - |
| YUV | 224.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 214 | 0 | 0.09 | 0.11 | 0.06 | 9.23 | 0.46 | 0.89 |
| Hex | F0 | DA | D6 | 0 | 9 | B | 6 | 9 | 2E | 59 |
| Octal | 360 | 332 | 326 | 0 | 11 | 13 | 6 | 11 | 56 | 131 |
| Binary | 11110000 | 11011010 | 11010110 | 0 | 1001 | 1011 | 110 | 1001 | 101110 | 1011001 |
Color Harmonies of #F0DAD6
Complementary color
Monochromatic Colors of #F0DAD6
Black with #F0DAD6
Text Example
Text Example
White with #F0DAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAD6; }
p { color: rgb(240,218,214); }
H1.HeaderClassName
{
color: #F0DAD6;
}
.AnyTagClassName
{
color: #F0DAD6;
}
</style>
background-color css
<style>
a { background-color: #F0DAD6; }
a { background-color: rgb(240,218,214); }
div.DivClassName
{
background-color: #F0DAD6;
}
.BgClassName
{
background-color: #F0DAD6;
}
</style>
border-color css
<style>
span { border-color: #F0DAD6; }
span { border-color: rgb(240,218,214); }
td.TdClassName
{
border-color: #F0DAD6;
}
.TagClassName
{
border-color: #F0DAD6;
}
</style>