Shades of Gin Fizz #F9EACF
Tints of Gin Fizz #F9EACF
RGB
CMYK
RGB Variations
Color information
#F9EACF (or 0xF9EACF) is known color: Gin Fizz. HEX triplet: F9, EA and CF. RGB value is (249,234,207). Sum of RGB (Red+Green+Blue) = 249+234+207=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EACF is #061530. Grayscale: #EBEBEB. Windows color (decimal): -398641 or 13626105. OLE color: 13626105.
HSL color Cylindrical-coordinate representation of color #F9EACF: hue angle of 38.57º 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 #F9EACF is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 234 | 207 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.02 |
| HSL | 38.57º | 0.78% | 0.89% | - |
| HSV(B) | 38.57º | 0.17% | 0.98% | - |
| XYZ | 79.75 | 83.49 | 70.94 | - |
| YUV | 235.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 234 | 207 | 0 | 0.06 | 0.17 | 0.02 | 38.57 | 0.78 | 0.89 |
| Hex | F9 | EA | CF | 0 | 6 | 11 | 2 | 27 | 4E | 59 |
| Octal | 371 | 352 | 317 | 0 | 6 | 21 | 2 | 47 | 116 | 131 |
| Binary | 11111001 | 11101010 | 11001111 | 0 | 110 | 10001 | 10 | 100111 | 1001110 | 1011001 |
Color Harmonies of #F9EACF
Complementary color
Monochromatic Colors of #F9EACF
Black with #F9EACF
Text Example
Text Example
White with #F9EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EACF; }
p { color: rgb(249,234,207); }
H1.HeaderClassName
{
color: #F9EACF;
}
.AnyTagClassName
{
color: #F9EACF;
}
</style>
background-color css
<style>
a { background-color: #F9EACF; }
a { background-color: rgb(249,234,207); }
div.DivClassName
{
background-color: #F9EACF;
}
.BgClassName
{
background-color: #F9EACF;
}
</style>
border-color css
<style>
span { border-color: #F9EACF; }
span { border-color: rgb(249,234,207); }
td.TdClassName
{
border-color: #F9EACF;
}
.TagClassName
{
border-color: #F9EACF;
}
</style>