Shades of Remy #F7DFDD
Tints of Remy #F7DFDD
RGB
CMYK
RGB Variations
Color information
#F7DFDD (or 0xF7DFDD) is known color: Remy. HEX triplet: F7, DF and DD. RGB value is (247,223,221). Sum of RGB (Red+Green+Blue) = 247+223+221=691 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.75% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFDD is #082022. Grayscale: #E5E5E5. Windows color (decimal): -532515 or 14540791. OLE color: 14540791.
HSL color Cylindrical-coordinate representation of color #F7DFDD: hue angle of 4.62º 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 #F7DFDD is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 221 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.03 |
| HSL | 4.62º | 0.62% | 0.92% | - |
| HSV(B) | 4.62º | 0.11% | 0.97% | - |
| XYZ | 77.8 | 77.77 | 79.32 | - |
| YUV | 229.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 221 | 0 | 0.10 | 0.11 | 0.03 | 4.62 | 0.62 | 0.92 |
| Hex | F7 | DF | DD | 0 | A | B | 3 | 5 | 3E | 5C |
| Octal | 367 | 337 | 335 | 0 | 12 | 13 | 3 | 5 | 76 | 134 |
| Binary | 11110111 | 11011111 | 11011101 | 0 | 1010 | 1011 | 11 | 101 | 111110 | 1011100 |
Color Harmonies of #F7DFDD
Complementary color
Monochromatic Colors of #F7DFDD
Black with #F7DFDD
Text Example
Text Example
White with #F7DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DFDD; }
p { color: rgb(247,223,221); }
H1.HeaderClassName
{
color: #F7DFDD;
}
.AnyTagClassName
{
color: #F7DFDD;
}
</style>
background-color css
<style>
a { background-color: #F7DFDD; }
a { background-color: rgb(247,223,221); }
div.DivClassName
{
background-color: #F7DFDD;
}
.BgClassName
{
background-color: #F7DFDD;
}
</style>
border-color css
<style>
span { border-color: #F7DFDD; }
span { border-color: rgb(247,223,221); }
td.TdClassName
{
border-color: #F7DFDD;
}
.TagClassName
{
border-color: #F7DFDD;
}
</style>