Shades of Gin Fizz #F5E9CF
Tints of Gin Fizz #F5E9CF
RGB
CMYK
RGB Variations
Color information
#F5E9CF (or 0xF5E9CF) is known color: Gin Fizz. HEX triplet: F5, E9 and CF. RGB value is (245,233,207). Sum of RGB (Red+Green+Blue) = 245+233+207=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E9CF is #0A1630. Grayscale: #E9E9E9. Windows color (decimal): -661041 or 13625845. OLE color: 13625845.
HSL color Cylindrical-coordinate representation of color #F5E9CF: hue angle of 41.05º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5E9CF is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 233 | 207 | - |
CMYK | 0 | 0.05 | 0.16 | 0.04 |
HSL | 41.05º | 0.66% | 0.89% | - |
HSV(B) | 41.05º | 0.16% | 0.96% | - |
XYZ | 78.06 | 82.2 | 70.78 | - |
YUV | 233.62 | 112.98 | 136.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 233 | 207 | 0 | 0.05 | 0.16 | 0.04 | 41.05 | 0.66 | 0.89 |
Hex | F5 | E9 | CF | 0 | 5 | 10 | 4 | 29 | 42 | 59 |
Octal | 365 | 351 | 317 | 0 | 5 | 20 | 4 | 51 | 102 | 131 |
Binary | 11110101 | 11101001 | 11001111 | 0 | 101 | 10000 | 100 | 101001 | 1000010 | 1011001 |
Color Harmonies of #F5E9CF
Complementary color
Monochromatic Colors of #F5E9CF
Black with #F5E9CF
Text Example
Text Example
White with #F5E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E9CF; }
p { color: rgb(245,233,207); }
H1.HeaderClassName
{
color: #F5E9CF;
}
.AnyTagClassName
{
color: #F5E9CF;
}
</style>
background-color css
<style>
a { background-color: #F5E9CF; }
a { background-color: rgb(245,233,207); }
div.DivClassName
{
background-color: #F5E9CF;
}
.BgClassName
{
background-color: #F5E9CF;
}
</style>
border-color css
<style>
span { border-color: #F5E9CF; }
span { border-color: rgb(245,233,207); }
td.TdClassName
{
border-color: #F5E9CF;
}
.TagClassName
{
border-color: #F5E9CF;
}
</style>