Shades of Gin Fizz #F5E8D0
Tints of Gin Fizz #F5E8D0
RGB
CMYK
RGB Variations
Color information
#F5E8D0 (or 0xF5E8D0) is known color: Gin Fizz. HEX triplet: F5, E8 and D0. RGB value is (245,232,208). Sum of RGB (Red+Green+Blue) = 245+232+208=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 208 (81.64% from 255 or 30.36% from 685); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E8D0 is #0A172F. Grayscale: #E9E9E9. Windows color (decimal): -661296 or 13691125. OLE color: 13691125.
HSL color Cylindrical-coordinate representation of color #F5E8D0: hue angle of 38.92º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5E8D0 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 208 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.04 |
| HSL | 38.92º | 0.65% | 0.89% | - |
| HSV(B) | 38.92º | 0.15% | 0.96% | - |
| XYZ | 77.9 | 81.68 | 71.33 | - |
| YUV | 233.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 208 | 0 | 0.05 | 0.15 | 0.04 | 38.92 | 0.65 | 0.89 |
| Hex | F5 | E8 | D0 | 0 | 5 | F | 4 | 27 | 41 | 59 |
| Octal | 365 | 350 | 320 | 0 | 5 | 17 | 4 | 47 | 101 | 131 |
| Binary | 11110101 | 11101000 | 11010000 | 0 | 101 | 1111 | 100 | 100111 | 1000001 | 1011001 |
Color Harmonies of #F5E8D0
Complementary color
Monochromatic Colors of #F5E8D0
Black with #F5E8D0
Text Example
Text Example
White with #F5E8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E8D0; }
p { color: rgb(245,232,208); }
H1.HeaderClassName
{
color: #F5E8D0;
}
.AnyTagClassName
{
color: #F5E8D0;
}
</style>
background-color css
<style>
a { background-color: #F5E8D0; }
a { background-color: rgb(245,232,208); }
div.DivClassName
{
background-color: #F5E8D0;
}
.BgClassName
{
background-color: #F5E8D0;
}
</style>
border-color css
<style>
span { border-color: #F5E8D0; }
span { border-color: rgb(245,232,208); }
td.TdClassName
{
border-color: #F5E8D0;
}
.TagClassName
{
border-color: #F5E8D0;
}
</style>