Shades of Remy #F8E0DD
Tints of Remy #F8E0DD
RGB
CMYK
RGB Variations
Color information
#F8E0DD (or 0xF8E0DD) is known color: Remy. HEX triplet: F8, E0 and DD. RGB value is (248,224,221). Sum of RGB (Red+Green+Blue) = 248+224+221=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E0DD is #071F22. Grayscale: #E6E6E6. Windows color (decimal): -466723 or 14541048. OLE color: 14541048.
HSL color Cylindrical-coordinate representation of color #F8E0DD: hue angle of 6.67º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8E0DD is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 224 | 221 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.03 |
| HSL | 6.67º | 0.66% | 0.92% | - |
| HSV(B) | 6.67º | 0.11% | 0.97% | - |
| XYZ | 78.42 | 78.49 | 79.42 | - |
| YUV | 230.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 224 | 221 | 0 | 0.10 | 0.11 | 0.03 | 6.67 | 0.66 | 0.92 |
| Hex | F8 | E0 | DD | 0 | A | B | 3 | 7 | 42 | 5C |
| Octal | 370 | 340 | 335 | 0 | 12 | 13 | 3 | 7 | 102 | 134 |
| Binary | 11111000 | 11100000 | 11011101 | 0 | 1010 | 1011 | 11 | 111 | 1000010 | 1011100 |
Color Harmonies of #F8E0DD
Complementary color
Monochromatic Colors of #F8E0DD
Black with #F8E0DD
Text Example
Text Example
White with #F8E0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E0DD; }
p { color: rgb(248,224,221); }
H1.HeaderClassName
{
color: #F8E0DD;
}
.AnyTagClassName
{
color: #F8E0DD;
}
</style>
background-color css
<style>
a { background-color: #F8E0DD; }
a { background-color: rgb(248,224,221); }
div.DivClassName
{
background-color: #F8E0DD;
}
.BgClassName
{
background-color: #F8E0DD;
}
</style>
border-color css
<style>
span { border-color: #F8E0DD; }
span { border-color: rgb(248,224,221); }
td.TdClassName
{
border-color: #F8E0DD;
}
.TagClassName
{
border-color: #F8E0DD;
}
</style>