Shades of Gin Fizz #F8EECB
Tints of Gin Fizz #F8EECB
RGB
CMYK
RGB Variations
Color information
#F8EECB (or 0xF8EECB) is known color: Gin Fizz. HEX triplet: F8, EE and CB. RGB value is (248,238,203). Sum of RGB (Red+Green+Blue) = 248+238+203=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EECB is #071134. Grayscale: #EDEDED. Windows color (decimal): -463157 or 13364984. OLE color: 13364984.
HSL color Cylindrical-coordinate representation of color #F8EECB: hue angle of 46.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8EECB is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 203 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.03 |
| HSL | 46.67º | 0.76% | 0.88% | - |
| HSV(B) | 46.67º | 0.18% | 0.97% | - |
| XYZ | 80.07 | 85.42 | 68.77 | - |
| YUV | 237 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 203 | 0 | 0.04 | 0.18 | 0.03 | 46.67 | 0.76 | 0.88 |
| Hex | F8 | EE | CB | 0 | 4 | 12 | 3 | 2F | 4C | 58 |
| Octal | 370 | 356 | 313 | 0 | 4 | 22 | 3 | 57 | 114 | 130 |
| Binary | 11111000 | 11101110 | 11001011 | 0 | 100 | 10010 | 11 | 101111 | 1001100 | 1011000 |
Color Harmonies of #F8EECB
Complementary color
Monochromatic Colors of #F8EECB
Black with #F8EECB
Text Example
Text Example
White with #F8EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EECB; }
p { color: rgb(248,238,203); }
H1.HeaderClassName
{
color: #F8EECB;
}
.AnyTagClassName
{
color: #F8EECB;
}
</style>
background-color css
<style>
a { background-color: #F8EECB; }
a { background-color: rgb(248,238,203); }
div.DivClassName
{
background-color: #F8EECB;
}
.BgClassName
{
background-color: #F8EECB;
}
</style>
border-color css
<style>
span { border-color: #F8EECB; }
span { border-color: rgb(248,238,203); }
td.TdClassName
{
border-color: #F8EECB;
}
.TagClassName
{
border-color: #F8EECB;
}
</style>