Shades of Gin Fizz #F6EBCD
Tints of Gin Fizz #F6EBCD
RGB
CMYK
RGB Variations
Color information
#F6EBCD (or 0xF6EBCD) is known color: Gin Fizz. HEX triplet: F6, EB and CD. RGB value is (246,235,205). Sum of RGB (Red+Green+Blue) = 246+235+205=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 205 (80.47% from 255 or 29.88% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EBCD is #091432. Grayscale: #EBEBEB. Windows color (decimal): -594995 or 13495286. OLE color: 13495286.
HSL color Cylindrical-coordinate representation of color #F6EBCD: hue angle of 43.9º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6EBCD is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 235 | 205 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.04 |
| HSL | 43.9º | 0.69% | 0.88% | - |
| HSV(B) | 43.9º | 0.17% | 0.96% | - |
| XYZ | 78.73 | 83.42 | 69.71 | - |
| YUV | 234.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 235 | 205 | 0 | 0.04 | 0.17 | 0.04 | 43.9 | 0.69 | 0.88 |
| Hex | F6 | EB | CD | 0 | 4 | 11 | 4 | 2C | 45 | 58 |
| Octal | 366 | 353 | 315 | 0 | 4 | 21 | 4 | 54 | 105 | 130 |
| Binary | 11110110 | 11101011 | 11001101 | 0 | 100 | 10001 | 100 | 101100 | 1000101 | 1011000 |
Color Harmonies of #F6EBCD
Complementary color
Monochromatic Colors of #F6EBCD
Black with #F6EBCD
Text Example
Text Example
White with #F6EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EBCD; }
p { color: rgb(246,235,205); }
H1.HeaderClassName
{
color: #F6EBCD;
}
.AnyTagClassName
{
color: #F6EBCD;
}
</style>
background-color css
<style>
a { background-color: #F6EBCD; }
a { background-color: rgb(246,235,205); }
div.DivClassName
{
background-color: #F6EBCD;
}
.BgClassName
{
background-color: #F6EBCD;
}
</style>
border-color css
<style>
span { border-color: #F6EBCD; }
span { border-color: rgb(246,235,205); }
td.TdClassName
{
border-color: #F6EBCD;
}
.TagClassName
{
border-color: #F6EBCD;
}
</style>