Shades of Gin Fizz #F5ECCF
Tints of Gin Fizz #F5ECCF
RGB
CMYK
RGB Variations
Color information
#F5ECCF (or 0xF5ECCF) is known color: Gin Fizz. HEX triplet: F5, EC and CF. RGB value is (245,236,207). Sum of RGB (Red+Green+Blue) = 245+236+207=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 207 (81.25% from 255 or 30.09% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECCF is #0A1330. Grayscale: #EBEBEB. Windows color (decimal): -660273 or 13626613. OLE color: 13626613.
HSL color Cylindrical-coordinate representation of color #F5ECCF: hue angle of 45.79º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5ECCF is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 207 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.04 |
| HSL | 45.79º | 0.66% | 0.89% | - |
| HSV(B) | 45.79º | 0.16% | 0.96% | - |
| XYZ | 78.91 | 83.91 | 71.07 | - |
| YUV | 235.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 207 | 0 | 0.04 | 0.16 | 0.04 | 45.79 | 0.66 | 0.89 |
| Hex | F5 | EC | CF | 0 | 4 | 10 | 4 | 2E | 42 | 59 |
| Octal | 365 | 354 | 317 | 0 | 4 | 20 | 4 | 56 | 102 | 131 |
| Binary | 11110101 | 11101100 | 11001111 | 0 | 100 | 10000 | 100 | 101110 | 1000010 | 1011001 |
Color Harmonies of #F5ECCF
Complementary color
Monochromatic Colors of #F5ECCF
Black with #F5ECCF
Text Example
Text Example
White with #F5ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECCF; }
p { color: rgb(245,236,207); }
H1.HeaderClassName
{
color: #F5ECCF;
}
.AnyTagClassName
{
color: #F5ECCF;
}
</style>
background-color css
<style>
a { background-color: #F5ECCF; }
a { background-color: rgb(245,236,207); }
div.DivClassName
{
background-color: #F5ECCF;
}
.BgClassName
{
background-color: #F5ECCF;
}
</style>
border-color css
<style>
span { border-color: #F5ECCF; }
span { border-color: rgb(245,236,207); }
td.TdClassName
{
border-color: #F5ECCF;
}
.TagClassName
{
border-color: #F5ECCF;
}
</style>