Shades of Remy #F8E2DE
Tints of Remy #F8E2DE
RGB
CMYK
RGB Variations
Color information
#F8E2DE (or 0xF8E2DE) is known color: Remy. HEX triplet: F8, E2 and DE. RGB value is (248,226,222). Sum of RGB (Red+Green+Blue) = 248+226+222=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 226 (88.67% from 255 or 32.47% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E2DE is #071D21. Grayscale: #E8E8E8. Windows color (decimal): -466210 or 14607096. OLE color: 14607096.
HSL color Cylindrical-coordinate representation of color #F8E2DE: hue angle of 9.23º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8E2DE is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 226 | 222 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.03 |
| HSL | 9.23º | 0.65% | 0.92% | - |
| HSV(B) | 9.23º | 0.1% | 0.97% | - |
| XYZ | 79.09 | 79.62 | 80.31 | - |
| YUV | 232.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 226 | 222 | 0 | 0.09 | 0.10 | 0.03 | 9.23 | 0.65 | 0.92 |
| Hex | F8 | E2 | DE | 0 | 9 | A | 3 | 9 | 41 | 5C |
| Octal | 370 | 342 | 336 | 0 | 11 | 12 | 3 | 11 | 101 | 134 |
| Binary | 11111000 | 11100010 | 11011110 | 0 | 1001 | 1010 | 11 | 1001 | 1000001 | 1011100 |
Color Harmonies of #F8E2DE
Complementary color
Monochromatic Colors of #F8E2DE
Black with #F8E2DE
Text Example
Text Example
White with #F8E2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E2DE; }
p { color: rgb(248,226,222); }
H1.HeaderClassName
{
color: #F8E2DE;
}
.AnyTagClassName
{
color: #F8E2DE;
}
</style>
background-color css
<style>
a { background-color: #F8E2DE; }
a { background-color: rgb(248,226,222); }
div.DivClassName
{
background-color: #F8E2DE;
}
.BgClassName
{
background-color: #F8E2DE;
}
</style>
border-color css
<style>
span { border-color: #F8E2DE; }
span { border-color: rgb(248,226,222); }
td.TdClassName
{
border-color: #F8E2DE;
}
.TagClassName
{
border-color: #F8E2DE;
}
</style>