Shades of Gin Fizz #F5EACA
Tints of Gin Fizz #F5EACA
RGB
CMYK
RGB Variations
Color information
#F5EACA (or 0xF5EACA) is known color: Gin Fizz. HEX triplet: F5, EA and CA. RGB value is (245,234,202). Sum of RGB (Red+Green+Blue) = 245+234+202=681 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.98% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EACA is #0A1535. Grayscale: #E9E9E9. Windows color (decimal): -660790 or 13298421. OLE color: 13298421.
HSL color Cylindrical-coordinate representation of color #F5EACA: hue angle of 44.65º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5EACA is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 202 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.04 |
| HSL | 44.65º | 0.68% | 0.88% | - |
| HSV(B) | 44.65º | 0.18% | 0.96% | - |
| XYZ | 77.74 | 82.52 | 67.71 | - |
| YUV | 233.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 202 | 0 | 0.04 | 0.18 | 0.04 | 44.65 | 0.68 | 0.88 |
| Hex | F5 | EA | CA | 0 | 4 | 12 | 4 | 2D | 44 | 58 |
| Octal | 365 | 352 | 312 | 0 | 4 | 22 | 4 | 55 | 104 | 130 |
| Binary | 11110101 | 11101010 | 11001010 | 0 | 100 | 10010 | 100 | 101101 | 1000100 | 1011000 |
Color Harmonies of #F5EACA
Complementary color
Monochromatic Colors of #F5EACA
Black with #F5EACA
Text Example
Text Example
White with #F5EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EACA; }
p { color: rgb(245,234,202); }
H1.HeaderClassName
{
color: #F5EACA;
}
.AnyTagClassName
{
color: #F5EACA;
}
</style>
background-color css
<style>
a { background-color: #F5EACA; }
a { background-color: rgb(245,234,202); }
div.DivClassName
{
background-color: #F5EACA;
}
.BgClassName
{
background-color: #F5EACA;
}
</style>
border-color css
<style>
span { border-color: #F5EACA; }
span { border-color: rgb(245,234,202); }
td.TdClassName
{
border-color: #F5EACA;
}
.TagClassName
{
border-color: #F5EACA;
}
</style>