Shades of Remy #F7DDDC
Tints of Remy #F7DDDC
RGB
CMYK
RGB Variations
Color information
#F7DDDC (or 0xF7DDDC) is known color: Remy. HEX triplet: F7, DD and DC. RGB value is (247,221,220). Sum of RGB (Red+Green+Blue) = 247+221+220=688 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.90% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DDDC is #082223. Grayscale: #E4E4E4. Windows color (decimal): -533028 or 14474743. OLE color: 14474743.
HSL color Cylindrical-coordinate representation of color #F7DDDC: hue angle of 2.22º 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 #F7DDDC is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 221 | 220 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.03 |
| HSL | 2.22º | 0.63% | 0.92% | - |
| HSV(B) | 2.22º | 0.11% | 0.97% | - |
| XYZ | 77.13 | 76.65 | 78.44 | - |
| YUV | 228.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 221 | 220 | 0 | 0.11 | 0.11 | 0.03 | 2.22 | 0.63 | 0.92 |
| Hex | F7 | DD | DC | 0 | B | B | 3 | 2 | 3F | 5C |
| Octal | 367 | 335 | 334 | 0 | 13 | 13 | 3 | 2 | 77 | 134 |
| Binary | 11110111 | 11011101 | 11011100 | 0 | 1011 | 1011 | 11 | 10 | 111111 | 1011100 |
Color Harmonies of #F7DDDC
Complementary color
Monochromatic Colors of #F7DDDC
Black with #F7DDDC
Text Example
Text Example
White with #F7DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DDDC; }
p { color: rgb(247,221,220); }
H1.HeaderClassName
{
color: #F7DDDC;
}
.AnyTagClassName
{
color: #F7DDDC;
}
</style>
background-color css
<style>
a { background-color: #F7DDDC; }
a { background-color: rgb(247,221,220); }
div.DivClassName
{
background-color: #F7DDDC;
}
.BgClassName
{
background-color: #F7DDDC;
}
</style>
border-color css
<style>
span { border-color: #F7DDDC; }
span { border-color: rgb(247,221,220); }
td.TdClassName
{
border-color: #F7DDDC;
}
.TagClassName
{
border-color: #F7DDDC;
}
</style>