Shades of Gin Fizz #F5EACE
Tints of Gin Fizz #F5EACE
RGB
CMYK
RGB Variations
Color information
#F5EACE (or 0xF5EACE) is known color: Gin Fizz. HEX triplet: F5, EA and CE. RGB value is (245,234,206). Sum of RGB (Red+Green+Blue) = 245+234+206=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 206 (80.86% from 255 or 30.07% from 685); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EACE is #0A1531. Grayscale: #EAEAEA. Windows color (decimal): -660786 or 13560565. OLE color: 13560565.
HSL color Cylindrical-coordinate representation of color #F5EACE: hue angle of 43.08º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5EACE is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 206 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.04 |
| HSL | 43.08º | 0.66% | 0.88% | - |
| HSV(B) | 43.08º | 0.16% | 0.96% | - |
| XYZ | 78.22 | 82.71 | 70.24 | - |
| YUV | 234.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 206 | 0 | 0.04 | 0.16 | 0.04 | 43.08 | 0.66 | 0.88 |
| Hex | F5 | EA | CE | 0 | 4 | 10 | 4 | 2B | 42 | 58 |
| Octal | 365 | 352 | 316 | 0 | 4 | 20 | 4 | 53 | 102 | 130 |
| Binary | 11110101 | 11101010 | 11001110 | 0 | 100 | 10000 | 100 | 101011 | 1000010 | 1011000 |
Color Harmonies of #F5EACE
Complementary color
Monochromatic Colors of #F5EACE
Black with #F5EACE
Text Example
Text Example
White with #F5EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EACE; }
p { color: rgb(245,234,206); }
H1.HeaderClassName
{
color: #F5EACE;
}
.AnyTagClassName
{
color: #F5EACE;
}
</style>
background-color css
<style>
a { background-color: #F5EACE; }
a { background-color: rgb(245,234,206); }
div.DivClassName
{
background-color: #F5EACE;
}
.BgClassName
{
background-color: #F5EACE;
}
</style>
border-color css
<style>
span { border-color: #F5EACE; }
span { border-color: rgb(245,234,206); }
td.TdClassName
{
border-color: #F5EACE;
}
.TagClassName
{
border-color: #F5EACE;
}
</style>