Shades of Remy #F6DEDA
Tints of Remy #F6DEDA
RGB
CMYK
RGB Variations
Color information
#F6DEDA (or 0xF6DEDA) is known color: Remy. HEX triplet: F6, DE and DA. RGB value is (246,222,218). Sum of RGB (Red+Green+Blue) = 246+222+218=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DEDA is #092125. Grayscale: #E4E4E4. Windows color (decimal): -598310 or 14343926. OLE color: 14343926.
HSL color Cylindrical-coordinate representation of color #F6DEDA: hue angle of 8.57º degrees, saturation: 0.61, 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 #F6DEDA is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 218 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.04 |
| HSL | 8.57º | 0.61% | 0.91% | - |
| HSV(B) | 8.57º | 0.11% | 0.96% | - |
| XYZ | 76.78 | 76.9 | 77.13 | - |
| YUV | 228.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 218 | 0 | 0.10 | 0.11 | 0.04 | 8.57 | 0.61 | 0.91 |
| Hex | F6 | DE | DA | 0 | A | B | 4 | 9 | 3D | 5B |
| Octal | 366 | 336 | 332 | 0 | 12 | 13 | 4 | 11 | 75 | 133 |
| Binary | 11110110 | 11011110 | 11011010 | 0 | 1010 | 1011 | 100 | 1001 | 111101 | 1011011 |
Color Harmonies of #F6DEDA
Complementary color
Monochromatic Colors of #F6DEDA
Black with #F6DEDA
Text Example
Text Example
White with #F6DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DEDA; }
p { color: rgb(246,222,218); }
H1.HeaderClassName
{
color: #F6DEDA;
}
.AnyTagClassName
{
color: #F6DEDA;
}
</style>
background-color css
<style>
a { background-color: #F6DEDA; }
a { background-color: rgb(246,222,218); }
div.DivClassName
{
background-color: #F6DEDA;
}
.BgClassName
{
background-color: #F6DEDA;
}
</style>
border-color css
<style>
span { border-color: #F6DEDA; }
span { border-color: rgb(246,222,218); }
td.TdClassName
{
border-color: #F6DEDA;
}
.TagClassName
{
border-color: #F6DEDA;
}
</style>