Shades of Gin Fizz #F5EAD1
Tints of Gin Fizz #F5EAD1
RGB
CMYK
RGB Variations
Color information
#F5EAD1 (or 0xF5EAD1) is known color: Gin Fizz. HEX triplet: F5, EA and D1. RGB value is (245,234,209). Sum of RGB (Red+Green+Blue) = 245+234+209=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 209 (82.03% from 255 or 30.38% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EAD1 is #0A152E. Grayscale: #EAEAEA. Windows color (decimal): -660783 or 13757173. OLE color: 13757173.
HSL color Cylindrical-coordinate representation of color #F5EAD1: hue angle of 41.67º degrees, saturation: 0.64, 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 #F5EAD1 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 234 | 209 | - |
CMYK | 0 | 0.04 | 0.15 | 0.04 |
HSL | 41.67º | 0.64% | 0.89% | - |
HSV(B) | 41.67º | 0.15% | 0.96% | - |
XYZ | 78.59 | 82.86 | 72.17 | - |
YUV | 234.44 | 113.64 | 135.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 234 | 209 | 0 | 0.04 | 0.15 | 0.04 | 41.67 | 0.64 | 0.89 |
Hex | F5 | EA | D1 | 0 | 4 | F | 4 | 2A | 40 | 59 |
Octal | 365 | 352 | 321 | 0 | 4 | 17 | 4 | 52 | 100 | 131 |
Binary | 11110101 | 11101010 | 11010001 | 0 | 100 | 1111 | 100 | 101010 | 1000000 | 1011001 |
Color Harmonies of #F5EAD1
Complementary color
Monochromatic Colors of #F5EAD1
Black with #F5EAD1
Text Example
Text Example
White with #F5EAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EAD1; }
p { color: rgb(245,234,209); }
H1.HeaderClassName
{
color: #F5EAD1;
}
.AnyTagClassName
{
color: #F5EAD1;
}
</style>
background-color css
<style>
a { background-color: #F5EAD1; }
a { background-color: rgb(245,234,209); }
div.DivClassName
{
background-color: #F5EAD1;
}
.BgClassName
{
background-color: #F5EAD1;
}
</style>
border-color css
<style>
span { border-color: #F5EAD1; }
span { border-color: rgb(245,234,209); }
td.TdClassName
{
border-color: #F5EAD1;
}
.TagClassName
{
border-color: #F5EAD1;
}
</style>