Shades of Gin Fizz #F8EACA
Tints of Gin Fizz #F8EACA
RGB
CMYK
RGB Variations
Color information
#F8EACA (or 0xF8EACA) is known color: Gin Fizz. HEX triplet: F8, EA and CA. RGB value is (248,234,202). Sum of RGB (Red+Green+Blue) = 248+234+202=684 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.26% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 202 (79.30% from 255 or 29.53% from 684); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EACA is #071535. Grayscale: #EAEAEA. Windows color (decimal): -464182 or 13298424. OLE color: 13298424.
HSL color Cylindrical-coordinate representation of color #F8EACA: hue angle of 41.74º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8EACA is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 234 | 202 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.03 |
| HSL | 41.74º | 0.77% | 0.88% | - |
| HSV(B) | 41.74º | 0.19% | 0.97% | - |
| XYZ | 78.79 | 83.07 | 67.76 | - |
| YUV | 234.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 234 | 202 | 0 | 0.06 | 0.19 | 0.03 | 41.74 | 0.77 | 0.88 |
| Hex | F8 | EA | CA | 0 | 6 | 13 | 3 | 2A | 4D | 58 |
| Octal | 370 | 352 | 312 | 0 | 6 | 23 | 3 | 52 | 115 | 130 |
| Binary | 11111000 | 11101010 | 11001010 | 0 | 110 | 10011 | 11 | 101010 | 1001101 | 1011000 |
Color Harmonies of #F8EACA
Complementary color
Monochromatic Colors of #F8EACA
Black with #F8EACA
Text Example
Text Example
White with #F8EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EACA; }
p { color: rgb(248,234,202); }
H1.HeaderClassName
{
color: #F8EACA;
}
.AnyTagClassName
{
color: #F8EACA;
}
</style>
background-color css
<style>
a { background-color: #F8EACA; }
a { background-color: rgb(248,234,202); }
div.DivClassName
{
background-color: #F8EACA;
}
.BgClassName
{
background-color: #F8EACA;
}
</style>
border-color css
<style>
span { border-color: #F8EACA; }
span { border-color: rgb(248,234,202); }
td.TdClassName
{
border-color: #F8EACA;
}
.TagClassName
{
border-color: #F8EACA;
}
</style>