Shades of Gin Fizz #F5EACC
Tints of Gin Fizz #F5EACC
RGB
CMYK
RGB Variations
Color information
#F5EACC (or 0xF5EACC) is known color: Gin Fizz. HEX triplet: F5, EA and CC. RGB value is (245,234,204). Sum of RGB (Red+Green+Blue) = 245+234+204=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EACC is #0A1533. Grayscale: #EAEAEA. Windows color (decimal): -660788 or 13429493. OLE color: 13429493.
HSL color Cylindrical-coordinate representation of color #F5EACC: hue angle of 43.9º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5EACC is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 204 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.04 |
| HSL | 43.9º | 0.67% | 0.88% | - |
| HSV(B) | 43.9º | 0.17% | 0.96% | - |
| XYZ | 77.98 | 82.62 | 68.96 | - |
| YUV | 233.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 204 | 0 | 0.04 | 0.17 | 0.04 | 43.9 | 0.67 | 0.88 |
| Hex | F5 | EA | CC | 0 | 4 | 11 | 4 | 2C | 43 | 58 |
| Octal | 365 | 352 | 314 | 0 | 4 | 21 | 4 | 54 | 103 | 130 |
| Binary | 11110101 | 11101010 | 11001100 | 0 | 100 | 10001 | 100 | 101100 | 1000011 | 1011000 |
Color Harmonies of #F5EACC
Complementary color
Monochromatic Colors of #F5EACC
Black with #F5EACC
Text Example
Text Example
White with #F5EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EACC; }
p { color: rgb(245,234,204); }
H1.HeaderClassName
{
color: #F5EACC;
}
.AnyTagClassName
{
color: #F5EACC;
}
</style>
background-color css
<style>
a { background-color: #F5EACC; }
a { background-color: rgb(245,234,204); }
div.DivClassName
{
background-color: #F5EACC;
}
.BgClassName
{
background-color: #F5EACC;
}
</style>
border-color css
<style>
span { border-color: #F5EACC; }
span { border-color: rgb(245,234,204); }
td.TdClassName
{
border-color: #F5EACC;
}
.TagClassName
{
border-color: #F5EACC;
}
</style>