Shades of Gin Fizz #F4EACD
Tints of Gin Fizz #F4EACD
RGB
CMYK
RGB Variations
Color information
#F4EACD (or 0xF4EACD) is known color: Gin Fizz. HEX triplet: F4, EA and CD. RGB value is (244,234,205). Sum of RGB (Red+Green+Blue) = 244+234+205=683 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.72% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 205 (80.47% from 255 or 30.01% from 683); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EACD is #0B1532. Grayscale: #E9E9E9. Windows color (decimal): -726323 or 13495028. OLE color: 13495028.
HSL color Cylindrical-coordinate representation of color #F4EACD: hue angle of 44.62º degrees, saturation: 0.64, 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 #F4EACD is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 234 | 205 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.04 |
| HSL | 44.62º | 0.64% | 0.88% | - |
| HSV(B) | 44.62º | 0.16% | 0.96% | - |
| XYZ | 77.75 | 82.49 | 69.58 | - |
| YUV | 233.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 234 | 205 | 0 | 0.04 | 0.16 | 0.04 | 44.62 | 0.64 | 0.88 |
| Hex | F4 | EA | CD | 0 | 4 | 10 | 4 | 2D | 40 | 58 |
| Octal | 364 | 352 | 315 | 0 | 4 | 20 | 4 | 55 | 100 | 130 |
| Binary | 11110100 | 11101010 | 11001101 | 0 | 100 | 10000 | 100 | 101101 | 1000000 | 1011000 |
Color Harmonies of #F4EACD
Complementary color
Monochromatic Colors of #F4EACD
Black with #F4EACD
Text Example
Text Example
White with #F4EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EACD; }
p { color: rgb(244,234,205); }
H1.HeaderClassName
{
color: #F4EACD;
}
.AnyTagClassName
{
color: #F4EACD;
}
</style>
background-color css
<style>
a { background-color: #F4EACD; }
a { background-color: rgb(244,234,205); }
div.DivClassName
{
background-color: #F4EACD;
}
.BgClassName
{
background-color: #F4EACD;
}
</style>
border-color css
<style>
span { border-color: #F4EACD; }
span { border-color: rgb(244,234,205); }
td.TdClassName
{
border-color: #F4EACD;
}
.TagClassName
{
border-color: #F4EACD;
}
</style>