Shades of Remy #F6DDD9
Tints of Remy #F6DDD9
RGB
CMYK
RGB Variations
Color information
#F6DDD9 (or 0xF6DDD9) is known color: Remy. HEX triplet: F6, DD and D9. RGB value is (246,221,217). Sum of RGB (Red+Green+Blue) = 246+221+217=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 217 (85.16% from 255 or 31.73% from 684); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDD9 is #092226. Grayscale: #E4E4E4. Windows color (decimal): -598567 or 14278134. OLE color: 14278134.
HSL color Cylindrical-coordinate representation of color #F6DDD9: hue angle of 8.28º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6DDD9 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 217 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.04 |
| HSL | 8.28º | 0.62% | 0.91% | - |
| HSV(B) | 8.28º | 0.12% | 0.96% | - |
| XYZ | 76.39 | 76.32 | 76.35 | - |
| YUV | 228.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 217 | 0 | 0.10 | 0.12 | 0.04 | 8.28 | 0.62 | 0.91 |
| Hex | F6 | DD | D9 | 0 | A | C | 4 | 8 | 3E | 5B |
| Octal | 366 | 335 | 331 | 0 | 12 | 14 | 4 | 10 | 76 | 133 |
| Binary | 11110110 | 11011101 | 11011001 | 0 | 1010 | 1100 | 100 | 1000 | 111110 | 1011011 |
Color Harmonies of #F6DDD9
Complementary color
Monochromatic Colors of #F6DDD9
Black with #F6DDD9
Text Example
Text Example
White with #F6DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DDD9; }
p { color: rgb(246,221,217); }
H1.HeaderClassName
{
color: #F6DDD9;
}
.AnyTagClassName
{
color: #F6DDD9;
}
</style>
background-color css
<style>
a { background-color: #F6DDD9; }
a { background-color: rgb(246,221,217); }
div.DivClassName
{
background-color: #F6DDD9;
}
.BgClassName
{
background-color: #F6DDD9;
}
</style>
border-color css
<style>
span { border-color: #F6DDD9; }
span { border-color: rgb(246,221,217); }
td.TdClassName
{
border-color: #F6DDD9;
}
.TagClassName
{
border-color: #F6DDD9;
}
</style>