Shades of Remy #F7DFDB
Tints of Remy #F7DFDB
RGB
CMYK
RGB Variations
Color information
#F7DFDB (or 0xF7DFDB) is known color: Remy. HEX triplet: F7, DF and DB. RGB value is (247,223,219). Sum of RGB (Red+Green+Blue) = 247+223+219=689 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.85% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFDB is #082024. Grayscale: #E5E5E5. Windows color (decimal): -532517 or 14409719. OLE color: 14409719.
HSL color Cylindrical-coordinate representation of color #F7DFDB: hue angle of 8.57º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DFDB is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 223 | 219 | - |
CMYK | 0 | 0.10 | 0.11 | 0.03 |
HSL | 8.57º | 0.64% | 0.91% | - |
HSV(B) | 8.57º | 0.11% | 0.97% | - |
XYZ | 77.53 | 77.66 | 77.92 | - |
YUV | 229.72 | 121.95 | 140.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 223 | 219 | 0 | 0.10 | 0.11 | 0.03 | 8.57 | 0.64 | 0.91 |
Hex | F7 | DF | DB | 0 | A | B | 3 | 9 | 40 | 5B |
Octal | 367 | 337 | 333 | 0 | 12 | 13 | 3 | 11 | 100 | 133 |
Binary | 11110111 | 11011111 | 11011011 | 0 | 1010 | 1011 | 11 | 1001 | 1000000 | 1011011 |
Color Harmonies of #F7DFDB
Complementary color
Monochromatic Colors of #F7DFDB
Black with #F7DFDB
Text Example
Text Example
White with #F7DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DFDB; }
p { color: rgb(247,223,219); }
H1.HeaderClassName
{
color: #F7DFDB;
}
.AnyTagClassName
{
color: #F7DFDB;
}
</style>
background-color css
<style>
a { background-color: #F7DFDB; }
a { background-color: rgb(247,223,219); }
div.DivClassName
{
background-color: #F7DFDB;
}
.BgClassName
{
background-color: #F7DFDB;
}
</style>
border-color css
<style>
span { border-color: #F7DFDB; }
span { border-color: rgb(247,223,219); }
td.TdClassName
{
border-color: #F7DFDB;
}
.TagClassName
{
border-color: #F7DFDB;
}
</style>