Shades of Gin Fizz #F6EACF
Tints of Gin Fizz #F6EACF
RGB
CMYK
RGB Variations
Color information
#F6EACF (or 0xF6EACF) is known color: Gin Fizz. HEX triplet: F6, EA and CF. RGB value is (246,234,207). Sum of RGB (Red+Green+Blue) = 246+234+207=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EACF is #091530. Grayscale: #EAEAEA. Windows color (decimal): -595249 or 13626102. OLE color: 13626102.
HSL color Cylindrical-coordinate representation of color #F6EACF: hue angle of 41.54º degrees, saturation: 0.68, 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 #F6EACF is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 207 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.04 |
| HSL | 41.54º | 0.68% | 0.89% | - |
| HSV(B) | 41.54º | 0.16% | 0.96% | - |
| XYZ | 78.69 | 82.94 | 70.89 | - |
| YUV | 234.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 207 | 0 | 0.05 | 0.16 | 0.04 | 41.54 | 0.68 | 0.89 |
| Hex | F6 | EA | CF | 0 | 5 | 10 | 4 | 2A | 44 | 59 |
| Octal | 366 | 352 | 317 | 0 | 5 | 20 | 4 | 52 | 104 | 131 |
| Binary | 11110110 | 11101010 | 11001111 | 0 | 101 | 10000 | 100 | 101010 | 1000100 | 1011001 |
Color Harmonies of #F6EACF
Complementary color
Monochromatic Colors of #F6EACF
Black with #F6EACF
Text Example
Text Example
White with #F6EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EACF; }
p { color: rgb(246,234,207); }
H1.HeaderClassName
{
color: #F6EACF;
}
.AnyTagClassName
{
color: #F6EACF;
}
</style>
background-color css
<style>
a { background-color: #F6EACF; }
a { background-color: rgb(246,234,207); }
div.DivClassName
{
background-color: #F6EACF;
}
.BgClassName
{
background-color: #F6EACF;
}
</style>
border-color css
<style>
span { border-color: #F6EACF; }
span { border-color: rgb(246,234,207); }
td.TdClassName
{
border-color: #F6EACF;
}
.TagClassName
{
border-color: #F6EACF;
}
</style>