Shades of Gin Fizz #F6E8CB
Tints of Gin Fizz #F6E8CB
RGB
CMYK
RGB Variations
Color information
#F6E8CB (or 0xF6E8CB) is known color: Gin Fizz. HEX triplet: F6, E8 and CB. RGB value is (246,232,203). Sum of RGB (Red+Green+Blue) = 246+232+203=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 203 (79.69% from 255 or 29.81% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E8CB is #091734. Grayscale: #E9E9E9. Windows color (decimal): -595765 or 13363446. OLE color: 13363446.
HSL color Cylindrical-coordinate representation of color #F6E8CB: hue angle of 40.47º degrees, saturation: 0.7, 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 #F6E8CB is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 232 | 203 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.04 |
| HSL | 40.47º | 0.7% | 0.88% | - |
| HSV(B) | 40.47º | 0.17% | 0.96% | - |
| XYZ | 77.64 | 81.62 | 68.16 | - |
| YUV | 232.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 232 | 203 | 0 | 0.06 | 0.17 | 0.04 | 40.47 | 0.7 | 0.88 |
| Hex | F6 | E8 | CB | 0 | 6 | 11 | 4 | 28 | 46 | 58 |
| Octal | 366 | 350 | 313 | 0 | 6 | 21 | 4 | 50 | 106 | 130 |
| Binary | 11110110 | 11101000 | 11001011 | 0 | 110 | 10001 | 100 | 101000 | 1000110 | 1011000 |
Color Harmonies of #F6E8CB
Complementary color
Monochromatic Colors of #F6E8CB
Black with #F6E8CB
Text Example
Text Example
White with #F6E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E8CB; }
p { color: rgb(246,232,203); }
H1.HeaderClassName
{
color: #F6E8CB;
}
.AnyTagClassName
{
color: #F6E8CB;
}
</style>
background-color css
<style>
a { background-color: #F6E8CB; }
a { background-color: rgb(246,232,203); }
div.DivClassName
{
background-color: #F6E8CB;
}
.BgClassName
{
background-color: #F6E8CB;
}
</style>
border-color css
<style>
span { border-color: #F6E8CB; }
span { border-color: rgb(246,232,203); }
td.TdClassName
{
border-color: #F6E8CB;
}
.TagClassName
{
border-color: #F6E8CB;
}
</style>