Shades of Remy #F7DEDC
Tints of Remy #F7DEDC
RGB
CMYK
RGB Variations
Color information
#F7DEDC (or 0xF7DEDC) is known color: Remy. HEX triplet: F7, DE and DC. RGB value is (247,222,220). Sum of RGB (Red+Green+Blue) = 247+222+220=689 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.85% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DEDC is #082123. Grayscale: #E5E5E5. Windows color (decimal): -532772 or 14474999. OLE color: 14474999.
HSL color Cylindrical-coordinate representation of color #F7DEDC: hue angle of 4.44º degrees, saturation: 0.63, 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 #F7DEDC is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 222 | 220 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.03 |
| HSL | 4.44º | 0.63% | 0.92% | - |
| HSV(B) | 4.44º | 0.11% | 0.97% | - |
| XYZ | 77.4 | 77.18 | 78.53 | - |
| YUV | 229.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 222 | 220 | 0 | 0.10 | 0.11 | 0.03 | 4.44 | 0.63 | 0.92 |
| Hex | F7 | DE | DC | 0 | A | B | 3 | 4 | 3F | 5C |
| Octal | 367 | 336 | 334 | 0 | 12 | 13 | 3 | 4 | 77 | 134 |
| Binary | 11110111 | 11011110 | 11011100 | 0 | 1010 | 1011 | 11 | 100 | 111111 | 1011100 |
Color Harmonies of #F7DEDC
Complementary color
Monochromatic Colors of #F7DEDC
Black with #F7DEDC
Text Example
Text Example
White with #F7DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DEDC; }
p { color: rgb(247,222,220); }
H1.HeaderClassName
{
color: #F7DEDC;
}
.AnyTagClassName
{
color: #F7DEDC;
}
</style>
background-color css
<style>
a { background-color: #F7DEDC; }
a { background-color: rgb(247,222,220); }
div.DivClassName
{
background-color: #F7DEDC;
}
.BgClassName
{
background-color: #F7DEDC;
}
</style>
border-color css
<style>
span { border-color: #F7DEDC; }
span { border-color: rgb(247,222,220); }
td.TdClassName
{
border-color: #F7DEDC;
}
.TagClassName
{
border-color: #F7DEDC;
}
</style>