Shades of Remy #F6DEDB
Tints of Remy #F6DEDB
RGB
CMYK
RGB Variations
Color information
#F6DEDB (or 0xF6DEDB) is known color: Remy. HEX triplet: F6, DE and DB. RGB value is (246,222,219). Sum of RGB (Red+Green+Blue) = 246+222+219=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DEDB is #092124. Grayscale: #E4E4E4. Windows color (decimal): -598309 or 14409462. OLE color: 14409462.
HSL color Cylindrical-coordinate representation of color #F6DEDB: hue angle of 6.67º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DEDB is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 219 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.04 |
| HSL | 6.67º | 0.6% | 0.91% | - |
| HSV(B) | 6.67º | 0.11% | 0.96% | - |
| XYZ | 76.91 | 76.95 | 77.82 | - |
| YUV | 228.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 219 | 0 | 0.10 | 0.11 | 0.04 | 6.67 | 0.6 | 0.91 |
| Hex | F6 | DE | DB | 0 | A | B | 4 | 7 | 3C | 5B |
| Octal | 366 | 336 | 333 | 0 | 12 | 13 | 4 | 7 | 74 | 133 |
| Binary | 11110110 | 11011110 | 11011011 | 0 | 1010 | 1011 | 100 | 111 | 111100 | 1011011 |
Color Harmonies of #F6DEDB
Complementary color
Monochromatic Colors of #F6DEDB
Black with #F6DEDB
Text Example
Text Example
White with #F6DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DEDB; }
p { color: rgb(246,222,219); }
H1.HeaderClassName
{
color: #F6DEDB;
}
.AnyTagClassName
{
color: #F6DEDB;
}
</style>
background-color css
<style>
a { background-color: #F6DEDB; }
a { background-color: rgb(246,222,219); }
div.DivClassName
{
background-color: #F6DEDB;
}
.BgClassName
{
background-color: #F6DEDB;
}
</style>
border-color css
<style>
span { border-color: #F6DEDB; }
span { border-color: rgb(246,222,219); }
td.TdClassName
{
border-color: #F6DEDB;
}
.TagClassName
{
border-color: #F6DEDB;
}
</style>