Shades of Gin Fizz #F6EACE
Tints of Gin Fizz #F6EACE
RGB
CMYK
RGB Variations
Color information
#F6EACE (or 0xF6EACE) is known color: Gin Fizz. HEX triplet: F6, EA and CE. RGB value is (246,234,206). Sum of RGB (Red+Green+Blue) = 246+234+206=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EACE is #091531. Grayscale: #EAEAEA. Windows color (decimal): -595250 or 13560566. OLE color: 13560566.
HSL color Cylindrical-coordinate representation of color #F6EACE: hue angle of 42º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6EACE is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 206 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.04 |
| HSL | 42º | 0.69% | 0.89% | - |
| HSV(B) | 42º | 0.16% | 0.96% | - |
| XYZ | 78.57 | 82.89 | 70.25 | - |
| YUV | 234.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 206 | 0 | 0.05 | 0.16 | 0.04 | 42 | 0.69 | 0.89 |
| Hex | F6 | EA | CE | 0 | 5 | 10 | 4 | 2A | 45 | 59 |
| Octal | 366 | 352 | 316 | 0 | 5 | 20 | 4 | 52 | 105 | 131 |
| Binary | 11110110 | 11101010 | 11001110 | 0 | 101 | 10000 | 100 | 101010 | 1000101 | 1011001 |
Color Harmonies of #F6EACE
Complementary color
Monochromatic Colors of #F6EACE
Black with #F6EACE
Text Example
Text Example
White with #F6EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EACE; }
p { color: rgb(246,234,206); }
H1.HeaderClassName
{
color: #F6EACE;
}
.AnyTagClassName
{
color: #F6EACE;
}
</style>
background-color css
<style>
a { background-color: #F6EACE; }
a { background-color: rgb(246,234,206); }
div.DivClassName
{
background-color: #F6EACE;
}
.BgClassName
{
background-color: #F6EACE;
}
</style>
border-color css
<style>
span { border-color: #F6EACE; }
span { border-color: rgb(246,234,206); }
td.TdClassName
{
border-color: #F6EACE;
}
.TagClassName
{
border-color: #F6EACE;
}
</style>