Shades of Remy #F7DEDA
Tints of Remy #F7DEDA
RGB
CMYK
RGB Variations
Color information
#F7DEDA (or 0xF7DEDA) is known color: Remy. HEX triplet: F7, DE and DA. RGB value is (247,222,218). Sum of RGB (Red+Green+Blue) = 247+222+218=687 (90% of max value = 765). Red value is 247 (96.88% from 255 or 35.95% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DEDA is #082125. Grayscale: #E5E5E5. Windows color (decimal): -532774 or 14343927. OLE color: 14343927.
HSL color Cylindrical-coordinate representation of color #F7DEDA: hue angle of 8.28º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F7DEDA is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 222 | 218 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.03 |
| HSL | 8.28º | 0.64% | 0.91% | - |
| HSV(B) | 8.28º | 0.12% | 0.97% | - |
| XYZ | 77.13 | 77.08 | 77.14 | - |
| YUV | 229.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 222 | 218 | 0 | 0.10 | 0.12 | 0.03 | 8.28 | 0.64 | 0.91 |
| Hex | F7 | DE | DA | 0 | A | C | 3 | 8 | 40 | 5B |
| Octal | 367 | 336 | 332 | 0 | 12 | 14 | 3 | 10 | 100 | 133 |
| Binary | 11110111 | 11011110 | 11011010 | 0 | 1010 | 1100 | 11 | 1000 | 1000000 | 1011011 |
Color Harmonies of #F7DEDA
Complementary color
Monochromatic Colors of #F7DEDA
Black with #F7DEDA
Text Example
Text Example
White with #F7DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DEDA; }
p { color: rgb(247,222,218); }
H1.HeaderClassName
{
color: #F7DEDA;
}
.AnyTagClassName
{
color: #F7DEDA;
}
</style>
background-color css
<style>
a { background-color: #F7DEDA; }
a { background-color: rgb(247,222,218); }
div.DivClassName
{
background-color: #F7DEDA;
}
.BgClassName
{
background-color: #F7DEDA;
}
</style>
border-color css
<style>
span { border-color: #F7DEDA; }
span { border-color: rgb(247,222,218); }
td.TdClassName
{
border-color: #F7DEDA;
}
.TagClassName
{
border-color: #F7DEDA;
}
</style>