Shades of Gin Fizz #F5EBCE
Tints of Gin Fizz #F5EBCE
RGB
CMYK
RGB Variations
Color information
#F5EBCE (or 0xF5EBCE) is known color: Gin Fizz. HEX triplet: F5, EB and CE. RGB value is (245,235,206). Sum of RGB (Red+Green+Blue) = 245+235+206=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBCE is #0A1431. Grayscale: #EAEAEA. Windows color (decimal): -660530 or 13560821. OLE color: 13560821.
HSL color Cylindrical-coordinate representation of color #F5EBCE: hue angle of 44.62º 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 #F5EBCE is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 235 | 206 | - |
CMYK | 0 | 0.04 | 0.16 | 0.04 |
HSL | 44.62º | 0.66% | 0.88% | - |
HSV(B) | 44.62º | 0.16% | 0.96% | - |
XYZ | 78.51 | 83.29 | 70.33 | - |
YUV | 234.68 | 111.81 | 135.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 235 | 206 | 0 | 0.04 | 0.16 | 0.04 | 44.62 | 0.66 | 0.88 |
Hex | F5 | EB | CE | 0 | 4 | 10 | 4 | 2D | 42 | 58 |
Octal | 365 | 353 | 316 | 0 | 4 | 20 | 4 | 55 | 102 | 130 |
Binary | 11110101 | 11101011 | 11001110 | 0 | 100 | 10000 | 100 | 101101 | 1000010 | 1011000 |
Color Harmonies of #F5EBCE
Complementary color
Monochromatic Colors of #F5EBCE
Black with #F5EBCE
Text Example
Text Example
White with #F5EBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EBCE; }
p { color: rgb(245,235,206); }
H1.HeaderClassName
{
color: #F5EBCE;
}
.AnyTagClassName
{
color: #F5EBCE;
}
</style>
background-color css
<style>
a { background-color: #F5EBCE; }
a { background-color: rgb(245,235,206); }
div.DivClassName
{
background-color: #F5EBCE;
}
.BgClassName
{
background-color: #F5EBCE;
}
</style>
border-color css
<style>
span { border-color: #F5EBCE; }
span { border-color: rgb(245,235,206); }
td.TdClassName
{
border-color: #F5EBCE;
}
.TagClassName
{
border-color: #F5EBCE;
}
</style>