Shades of Gin Fizz #F5EACD
Tints of Gin Fizz #F5EACD
RGB
CMYK
RGB Variations
Color information
#F5EACD (or 0xF5EACD) is known color: Gin Fizz. HEX triplet: F5, EA and CD. RGB value is (245,234,205). Sum of RGB (Red+Green+Blue) = 245+234+205=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 205 (80.47% from 255 or 29.97% from 684); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EACD is #0A1532. Grayscale: #EAEAEA. Windows color (decimal): -660787 or 13495029. OLE color: 13495029.
HSL color Cylindrical-coordinate representation of color #F5EACD: hue angle of 43.5º degrees, saturation: 0.67, 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 #F5EACD is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 234 | 205 | - |
CMYK | 0 | 0.04 | 0.16 | 0.04 |
HSL | 43.5º | 0.67% | 0.88% | - |
HSV(B) | 43.5º | 0.16% | 0.96% | - |
XYZ | 78.1 | 82.67 | 69.6 | - |
YUV | 233.98 | 111.64 | 135.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 234 | 205 | 0 | 0.04 | 0.16 | 0.04 | 43.5 | 0.67 | 0.88 |
Hex | F5 | EA | CD | 0 | 4 | 10 | 4 | 2C | 43 | 58 |
Octal | 365 | 352 | 315 | 0 | 4 | 20 | 4 | 54 | 103 | 130 |
Binary | 11110101 | 11101010 | 11001101 | 0 | 100 | 10000 | 100 | 101100 | 1000011 | 1011000 |
Color Harmonies of #F5EACD
Complementary color
Monochromatic Colors of #F5EACD
Black with #F5EACD
Text Example
Text Example
White with #F5EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EACD; }
p { color: rgb(245,234,205); }
H1.HeaderClassName
{
color: #F5EACD;
}
.AnyTagClassName
{
color: #F5EACD;
}
</style>
background-color css
<style>
a { background-color: #F5EACD; }
a { background-color: rgb(245,234,205); }
div.DivClassName
{
background-color: #F5EACD;
}
.BgClassName
{
background-color: #F5EACD;
}
</style>
border-color css
<style>
span { border-color: #F5EACD; }
span { border-color: rgb(245,234,205); }
td.TdClassName
{
border-color: #F5EACD;
}
.TagClassName
{
border-color: #F5EACD;
}
</style>