Shades of Remy #F6DEDC
Tints of Remy #F6DEDC
RGB
CMYK
RGB Variations
Color information
#F6DEDC (or 0xF6DEDC) is known color: Remy. HEX triplet: F6, DE and DC. RGB value is (246,222,220). Sum of RGB (Red+Green+Blue) = 246+222+220=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DEDC is #092123. Grayscale: #E4E4E4. Windows color (decimal): -598308 or 14474998. OLE color: 14474998.
HSL color Cylindrical-coordinate representation of color #F6DEDC: hue angle of 4.62º degrees, saturation: 0.59, 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 #F6DEDC is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 220 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.04 |
| HSL | 4.62º | 0.59% | 0.91% | - |
| HSV(B) | 4.62º | 0.11% | 0.96% | - |
| XYZ | 77.05 | 77 | 78.51 | - |
| YUV | 228.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 220 | 0 | 0.10 | 0.11 | 0.04 | 4.62 | 0.59 | 0.91 |
| Hex | F6 | DE | DC | 0 | A | B | 4 | 5 | 3B | 5B |
| Octal | 366 | 336 | 334 | 0 | 12 | 13 | 4 | 5 | 73 | 133 |
| Binary | 11110110 | 11011110 | 11011100 | 0 | 1010 | 1011 | 100 | 101 | 111011 | 1011011 |
Color Harmonies of #F6DEDC
Complementary color
Monochromatic Colors of #F6DEDC
Black with #F6DEDC
Text Example
Text Example
White with #F6DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DEDC; }
p { color: rgb(246,222,220); }
H1.HeaderClassName
{
color: #F6DEDC;
}
.AnyTagClassName
{
color: #F6DEDC;
}
</style>
background-color css
<style>
a { background-color: #F6DEDC; }
a { background-color: rgb(246,222,220); }
div.DivClassName
{
background-color: #F6DEDC;
}
.BgClassName
{
background-color: #F6DEDC;
}
</style>
border-color css
<style>
span { border-color: #F6DEDC; }
span { border-color: rgb(246,222,220); }
td.TdClassName
{
border-color: #F6DEDC;
}
.TagClassName
{
border-color: #F6DEDC;
}
</style>