Shades of Remy #F8E2DD
Tints of Remy #F8E2DD
RGB
CMYK
RGB Variations
Color information
#F8E2DD (or 0xF8E2DD) is known color: Remy. HEX triplet: F8, E2 and DD. RGB value is (248,226,221). Sum of RGB (Red+Green+Blue) = 248+226+221=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 226 (88.67% from 255 or 32.52% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E2DD is #071D22. Grayscale: #E8E8E8. Windows color (decimal): -466211 or 14541560. OLE color: 14541560.
HSL color Cylindrical-coordinate representation of color #F8E2DD: hue angle of 11.11º 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 #F8E2DD is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 226 | 221 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.03 |
| HSL | 11.11º | 0.66% | 0.92% | - |
| HSV(B) | 11.11º | 0.11% | 0.97% | - |
| XYZ | 78.96 | 79.57 | 79.6 | - |
| YUV | 232.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 226 | 221 | 0 | 0.09 | 0.11 | 0.03 | 11.11 | 0.66 | 0.92 |
| Hex | F8 | E2 | DD | 0 | 9 | B | 3 | B | 42 | 5C |
| Octal | 370 | 342 | 335 | 0 | 11 | 13 | 3 | 13 | 102 | 134 |
| Binary | 11111000 | 11100010 | 11011101 | 0 | 1001 | 1011 | 11 | 1011 | 1000010 | 1011100 |
Color Harmonies of #F8E2DD
Complementary color
Monochromatic Colors of #F8E2DD
Black with #F8E2DD
Text Example
Text Example
White with #F8E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E2DD; }
p { color: rgb(248,226,221); }
H1.HeaderClassName
{
color: #F8E2DD;
}
.AnyTagClassName
{
color: #F8E2DD;
}
</style>
background-color css
<style>
a { background-color: #F8E2DD; }
a { background-color: rgb(248,226,221); }
div.DivClassName
{
background-color: #F8E2DD;
}
.BgClassName
{
background-color: #F8E2DD;
}
</style>
border-color css
<style>
span { border-color: #F8E2DD; }
span { border-color: rgb(248,226,221); }
td.TdClassName
{
border-color: #F8E2DD;
}
.TagClassName
{
border-color: #F8E2DD;
}
</style>