Shades of Gin Fizz #F9EACE
Tints of Gin Fizz #F9EACE
RGB
CMYK
RGB Variations
Color information
#F9EACE (or 0xF9EACE) is known color: Gin Fizz. HEX triplet: F9, EA and CE. RGB value is (249,234,206). Sum of RGB (Red+Green+Blue) = 249+234+206=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 206 (80.86% from 255 or 29.90% from 689); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EACE is #061531. Grayscale: #EBEBEB. Windows color (decimal): -398642 or 13560569. OLE color: 13560569.
HSL color Cylindrical-coordinate representation of color #F9EACE: hue angle of 39.07º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9EACE is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 234 | 206 | - |
CMYK | 0 | 0.06 | 0.17 | 0.02 |
HSL | 39.07º | 0.78% | 0.89% | - |
HSV(B) | 39.07º | 0.17% | 0.98% | - |
XYZ | 79.63 | 83.44 | 70.3 | - |
YUV | 235.29 | 111.47 | 137.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 234 | 206 | 0 | 0.06 | 0.17 | 0.02 | 39.07 | 0.78 | 0.89 |
Hex | F9 | EA | CE | 0 | 6 | 11 | 2 | 27 | 4E | 59 |
Octal | 371 | 352 | 316 | 0 | 6 | 21 | 2 | 47 | 116 | 131 |
Binary | 11111001 | 11101010 | 11001110 | 0 | 110 | 10001 | 10 | 100111 | 1001110 | 1011001 |
Color Harmonies of #F9EACE
Complementary color
Monochromatic Colors of #F9EACE
Black with #F9EACE
Text Example
Text Example
White with #F9EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EACE; }
p { color: rgb(249,234,206); }
H1.HeaderClassName
{
color: #F9EACE;
}
.AnyTagClassName
{
color: #F9EACE;
}
</style>
background-color css
<style>
a { background-color: #F9EACE; }
a { background-color: rgb(249,234,206); }
div.DivClassName
{
background-color: #F9EACE;
}
.BgClassName
{
background-color: #F9EACE;
}
</style>
border-color css
<style>
span { border-color: #F9EACE; }
span { border-color: rgb(249,234,206); }
td.TdClassName
{
border-color: #F9EACE;
}
.TagClassName
{
border-color: #F9EACE;
}
</style>