Shades of Remy #F7E1DD
Tints of Remy #F7E1DD
RGB
CMYK
RGB Variations
Color information
#F7E1DD (or 0xF7E1DD) is known color: Remy. HEX triplet: F7, E1 and DD. RGB value is (247,225,221). Sum of RGB (Red+Green+Blue) = 247+225+221=693 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.64% from 693); Green value is 225 (88.28% from 255 or 32.47% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E1DD is #081E22. Grayscale: #E7E7E7. Windows color (decimal): -532003 or 14541303. OLE color: 14541303.
HSL color Cylindrical-coordinate representation of color #F7E1DD: hue angle of 9.23º degrees, saturation: 0.62, 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 #F7E1DD is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 221 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.03 |
| HSL | 9.23º | 0.62% | 0.92% | - |
| HSV(B) | 9.23º | 0.11% | 0.97% | - |
| XYZ | 78.33 | 78.85 | 79.5 | - |
| YUV | 231.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 221 | 0 | 0.09 | 0.11 | 0.03 | 9.23 | 0.62 | 0.92 |
| Hex | F7 | E1 | DD | 0 | 9 | B | 3 | 9 | 3E | 5C |
| Octal | 367 | 341 | 335 | 0 | 11 | 13 | 3 | 11 | 76 | 134 |
| Binary | 11110111 | 11100001 | 11011101 | 0 | 1001 | 1011 | 11 | 1001 | 111110 | 1011100 |
Color Harmonies of #F7E1DD
Complementary color
Monochromatic Colors of #F7E1DD
Black with #F7E1DD
Text Example
Text Example
White with #F7E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E1DD; }
p { color: rgb(247,225,221); }
H1.HeaderClassName
{
color: #F7E1DD;
}
.AnyTagClassName
{
color: #F7E1DD;
}
</style>
background-color css
<style>
a { background-color: #F7E1DD; }
a { background-color: rgb(247,225,221); }
div.DivClassName
{
background-color: #F7E1DD;
}
.BgClassName
{
background-color: #F7E1DD;
}
</style>
border-color css
<style>
span { border-color: #F7E1DD; }
span { border-color: rgb(247,225,221); }
td.TdClassName
{
border-color: #F7E1DD;
}
.TagClassName
{
border-color: #F7E1DD;
}
</style>