Shades of Gin Fizz #F5ECCB
Tints of Gin Fizz #F5ECCB
RGB
CMYK
RGB Variations
Color information
#F5ECCB (or 0xF5ECCB) is known color: Gin Fizz. HEX triplet: F5, EC and CB. RGB value is (245,236,203). Sum of RGB (Red+Green+Blue) = 245+236+203=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 203 (79.69% from 255 or 29.68% from 684); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECCB is #0A1334. Grayscale: #EBEBEB. Windows color (decimal): -660277 or 13364469. OLE color: 13364469.
HSL color Cylindrical-coordinate representation of color #F5ECCB: hue angle of 47.14º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5ECCB is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 203 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.04 |
| HSL | 47.14º | 0.68% | 0.88% | - |
| HSV(B) | 47.14º | 0.17% | 0.96% | - |
| XYZ | 78.43 | 83.72 | 68.52 | - |
| YUV | 234.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 203 | 0 | 0.04 | 0.17 | 0.04 | 47.14 | 0.68 | 0.88 |
| Hex | F5 | EC | CB | 0 | 4 | 11 | 4 | 2F | 44 | 58 |
| Octal | 365 | 354 | 313 | 0 | 4 | 21 | 4 | 57 | 104 | 130 |
| Binary | 11110101 | 11101100 | 11001011 | 0 | 100 | 10001 | 100 | 101111 | 1000100 | 1011000 |
Color Harmonies of #F5ECCB
Complementary color
Monochromatic Colors of #F5ECCB
Black with #F5ECCB
Text Example
Text Example
White with #F5ECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECCB; }
p { color: rgb(245,236,203); }
H1.HeaderClassName
{
color: #F5ECCB;
}
.AnyTagClassName
{
color: #F5ECCB;
}
</style>
background-color css
<style>
a { background-color: #F5ECCB; }
a { background-color: rgb(245,236,203); }
div.DivClassName
{
background-color: #F5ECCB;
}
.BgClassName
{
background-color: #F5ECCB;
}
</style>
border-color css
<style>
span { border-color: #F5ECCB; }
span { border-color: rgb(245,236,203); }
td.TdClassName
{
border-color: #F5ECCB;
}
.TagClassName
{
border-color: #F5ECCB;
}
</style>