Shades of Gin Fizz #F8ECCB
Tints of Gin Fizz #F8ECCB
RGB
CMYK
RGB Variations
Color information
#F8ECCB (or 0xF8ECCB) is known color: Gin Fizz. HEX triplet: F8, EC and CB. RGB value is (248,236,203). Sum of RGB (Red+Green+Blue) = 248+236+203=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECCB is #071334. Grayscale: #EBEBEB. Windows color (decimal): -463669 or 13364472. OLE color: 13364472.
HSL color Cylindrical-coordinate representation of color #F8ECCB: hue angle of 44º 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 #F8ECCB is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 203 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.03 |
| HSL | 44º | 0.76% | 0.88% | - |
| HSV(B) | 44º | 0.18% | 0.97% | - |
| XYZ | 79.49 | 84.26 | 68.57 | - |
| YUV | 235.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 203 | 0 | 0.05 | 0.18 | 0.03 | 44 | 0.76 | 0.88 |
| Hex | F8 | EC | CB | 0 | 5 | 12 | 3 | 2C | 4C | 58 |
| Octal | 370 | 354 | 313 | 0 | 5 | 22 | 3 | 54 | 114 | 130 |
| Binary | 11111000 | 11101100 | 11001011 | 0 | 101 | 10010 | 11 | 101100 | 1001100 | 1011000 |
Color Harmonies of #F8ECCB
Complementary color
Monochromatic Colors of #F8ECCB
Black with #F8ECCB
Text Example
Text Example
White with #F8ECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ECCB; }
p { color: rgb(248,236,203); }
H1.HeaderClassName
{
color: #F8ECCB;
}
.AnyTagClassName
{
color: #F8ECCB;
}
</style>
background-color css
<style>
a { background-color: #F8ECCB; }
a { background-color: rgb(248,236,203); }
div.DivClassName
{
background-color: #F8ECCB;
}
.BgClassName
{
background-color: #F8ECCB;
}
</style>
border-color css
<style>
span { border-color: #F8ECCB; }
span { border-color: rgb(248,236,203); }
td.TdClassName
{
border-color: #F8ECCB;
}
.TagClassName
{
border-color: #F8ECCB;
}
</style>