Shades of Remy #F8E1DC
Tints of Remy #F8E1DC
RGB
CMYK
RGB Variations
Color information
#F8E1DC (or 0xF8E1DC) is known color: Remy. HEX triplet: F8, E1 and DC. RGB value is (248,225,220). Sum of RGB (Red+Green+Blue) = 248+225+220=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 225 (88.28% from 255 or 32.47% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E1DC is #071E23. Grayscale: #E7E7E7. Windows color (decimal): -466468 or 14475768. OLE color: 14475768.
HSL color Cylindrical-coordinate representation of color #F8E1DC: hue angle of 10.71º degrees, saturation: 0.67, 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 #F8E1DC is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 220 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.03 |
| HSL | 10.71º | 0.67% | 0.92% | - |
| HSV(B) | 10.71º | 0.11% | 0.97% | - |
| XYZ | 78.55 | 78.97 | 78.81 | - |
| YUV | 231.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 220 | 0 | 0.09 | 0.11 | 0.03 | 10.71 | 0.67 | 0.92 |
| Hex | F8 | E1 | DC | 0 | 9 | B | 3 | B | 43 | 5C |
| Octal | 370 | 341 | 334 | 0 | 11 | 13 | 3 | 13 | 103 | 134 |
| Binary | 11111000 | 11100001 | 11011100 | 0 | 1001 | 1011 | 11 | 1011 | 1000011 | 1011100 |
Color Harmonies of #F8E1DC
Complementary color
Monochromatic Colors of #F8E1DC
Black with #F8E1DC
Text Example
Text Example
White with #F8E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E1DC; }
p { color: rgb(248,225,220); }
H1.HeaderClassName
{
color: #F8E1DC;
}
.AnyTagClassName
{
color: #F8E1DC;
}
</style>
background-color css
<style>
a { background-color: #F8E1DC; }
a { background-color: rgb(248,225,220); }
div.DivClassName
{
background-color: #F8E1DC;
}
.BgClassName
{
background-color: #F8E1DC;
}
</style>
border-color css
<style>
span { border-color: #F8E1DC; }
span { border-color: rgb(248,225,220); }
td.TdClassName
{
border-color: #F8E1DC;
}
.TagClassName
{
border-color: #F8E1DC;
}
</style>