Shades of Remy #F7DFDA
Tints of Remy #F7DFDA
RGB
CMYK
RGB Variations
Color information
#F7DFDA (or 0xF7DFDA) is known color: Remy. HEX triplet: F7, DF and DA. RGB value is (247,223,218). Sum of RGB (Red+Green+Blue) = 247+223+218=688 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.90% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFDA is #082025. Grayscale: #E5E5E5. Windows color (decimal): -532518 or 14344183. OLE color: 14344183.
HSL color Cylindrical-coordinate representation of color #F7DFDA: hue angle of 10.34º 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 #F7DFDA is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 218 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.03 |
| HSL | 10.34º | 0.64% | 0.91% | - |
| HSV(B) | 10.34º | 0.12% | 0.97% | - |
| XYZ | 77.4 | 77.61 | 77.23 | - |
| YUV | 229.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 218 | 0 | 0.10 | 0.12 | 0.03 | 10.34 | 0.64 | 0.91 |
| Hex | F7 | DF | DA | 0 | A | C | 3 | A | 40 | 5B |
| Octal | 367 | 337 | 332 | 0 | 12 | 14 | 3 | 12 | 100 | 133 |
| Binary | 11110111 | 11011111 | 11011010 | 0 | 1010 | 1100 | 11 | 1010 | 1000000 | 1011011 |
Color Harmonies of #F7DFDA
Complementary color
Monochromatic Colors of #F7DFDA
Black with #F7DFDA
Text Example
Text Example
White with #F7DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DFDA; }
p { color: rgb(247,223,218); }
H1.HeaderClassName
{
color: #F7DFDA;
}
.AnyTagClassName
{
color: #F7DFDA;
}
</style>
background-color css
<style>
a { background-color: #F7DFDA; }
a { background-color: rgb(247,223,218); }
div.DivClassName
{
background-color: #F7DFDA;
}
.BgClassName
{
background-color: #F7DFDA;
}
</style>
border-color css
<style>
span { border-color: #F7DFDA; }
span { border-color: rgb(247,223,218); }
td.TdClassName
{
border-color: #F7DFDA;
}
.TagClassName
{
border-color: #F7DFDA;
}
</style>