Shades of Gin Fizz #F8ECD0
Tints of Gin Fizz #F8ECD0
RGB
CMYK
RGB Variations
Color information
#F8ECD0 (or 0xF8ECD0) is known color: Gin Fizz. HEX triplet: F8, EC and D0. RGB value is (248,236,208). Sum of RGB (Red+Green+Blue) = 248+236+208=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 208 (81.64% from 255 or 30.06% from 692); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECD0 is #07132F. Grayscale: #ECECEC. Windows color (decimal): -463664 or 13692152. OLE color: 13692152.
HSL color Cylindrical-coordinate representation of color #F8ECD0: hue angle of 42º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8ECD0 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 208 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.03 |
| HSL | 42º | 0.74% | 0.89% | - |
| HSV(B) | 42º | 0.16% | 0.97% | - |
| XYZ | 80.09 | 84.5 | 71.76 | - |
| YUV | 236.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 208 | 0 | 0.05 | 0.16 | 0.03 | 42 | 0.74 | 0.89 |
| Hex | F8 | EC | D0 | 0 | 5 | 10 | 3 | 2A | 4A | 59 |
| Octal | 370 | 354 | 320 | 0 | 5 | 20 | 3 | 52 | 112 | 131 |
| Binary | 11111000 | 11101100 | 11010000 | 0 | 101 | 10000 | 11 | 101010 | 1001010 | 1011001 |
Color Harmonies of #F8ECD0
Complementary color
Monochromatic Colors of #F8ECD0
Black with #F8ECD0
Text Example
Text Example
White with #F8ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ECD0; }
p { color: rgb(248,236,208); }
H1.HeaderClassName
{
color: #F8ECD0;
}
.AnyTagClassName
{
color: #F8ECD0;
}
</style>
background-color css
<style>
a { background-color: #F8ECD0; }
a { background-color: rgb(248,236,208); }
div.DivClassName
{
background-color: #F8ECD0;
}
.BgClassName
{
background-color: #F8ECD0;
}
</style>
border-color css
<style>
span { border-color: #F8ECD0; }
span { border-color: rgb(248,236,208); }
td.TdClassName
{
border-color: #F8ECD0;
}
.TagClassName
{
border-color: #F8ECD0;
}
</style>