Shades of Remy #F7DCDA
Tints of Remy #F7DCDA
RGB
CMYK
RGB Variations
Color information
#F7DCDA (or 0xF7DCDA) is known color: Remy. HEX triplet: F7, DC and DA. RGB value is (247,220,218). Sum of RGB (Red+Green+Blue) = 247+220+218=685 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.06% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCDA is #082325. Grayscale: #E3E3E3. Windows color (decimal): -533286 or 14343415. OLE color: 14343415.
HSL color Cylindrical-coordinate representation of color #F7DCDA: hue angle of 4.14º 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 #F7DCDA is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 218 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.03 |
| HSL | 4.14º | 0.64% | 0.91% | - |
| HSV(B) | 4.14º | 0.12% | 0.97% | - |
| XYZ | 76.61 | 76.02 | 76.97 | - |
| YUV | 227.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 218 | 0 | 0.11 | 0.12 | 0.03 | 4.14 | 0.64 | 0.91 |
| Hex | F7 | DC | DA | 0 | B | C | 3 | 4 | 40 | 5B |
| Octal | 367 | 334 | 332 | 0 | 13 | 14 | 3 | 4 | 100 | 133 |
| Binary | 11110111 | 11011100 | 11011010 | 0 | 1011 | 1100 | 11 | 100 | 1000000 | 1011011 |
Color Harmonies of #F7DCDA
Complementary color
Monochromatic Colors of #F7DCDA
Black with #F7DCDA
Text Example
Text Example
White with #F7DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCDA; }
p { color: rgb(247,220,218); }
H1.HeaderClassName
{
color: #F7DCDA;
}
.AnyTagClassName
{
color: #F7DCDA;
}
</style>
background-color css
<style>
a { background-color: #F7DCDA; }
a { background-color: rgb(247,220,218); }
div.DivClassName
{
background-color: #F7DCDA;
}
.BgClassName
{
background-color: #F7DCDA;
}
</style>
border-color css
<style>
span { border-color: #F7DCDA; }
span { border-color: rgb(247,220,218); }
td.TdClassName
{
border-color: #F7DCDA;
}
.TagClassName
{
border-color: #F7DCDA;
}
</style>