Shades of Gin Fizz #F5EBCA
Tints of Gin Fizz #F5EBCA
RGB
CMYK
RGB Variations
Color information
#F5EBCA (or 0xF5EBCA) is known color: Gin Fizz. HEX triplet: F5, EB and CA. RGB value is (245,235,202). Sum of RGB (Red+Green+Blue) = 245+235+202=682 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.92% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBCA is #0A1435. Grayscale: #EAEAEA. Windows color (decimal): -660534 or 13298677. OLE color: 13298677.
HSL color Cylindrical-coordinate representation of color #F5EBCA: hue angle of 46.05º 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 #F5EBCA is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 235 | 202 | - |
CMYK | 0 | 0.04 | 0.18 | 0.04 |
HSL | 46.05º | 0.68% | 0.88% | - |
HSV(B) | 46.05º | 0.18% | 0.96% | - |
XYZ | 78.03 | 83.09 | 67.8 | - |
YUV | 234.23 | 109.81 | 135.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 235 | 202 | 0 | 0.04 | 0.18 | 0.04 | 46.05 | 0.68 | 0.88 |
Hex | F5 | EB | CA | 0 | 4 | 12 | 4 | 2E | 44 | 58 |
Octal | 365 | 353 | 312 | 0 | 4 | 22 | 4 | 56 | 104 | 130 |
Binary | 11110101 | 11101011 | 11001010 | 0 | 100 | 10010 | 100 | 101110 | 1000100 | 1011000 |
Color Harmonies of #F5EBCA
Complementary color
Monochromatic Colors of #F5EBCA
Black with #F5EBCA
Text Example
Text Example
White with #F5EBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EBCA; }
p { color: rgb(245,235,202); }
H1.HeaderClassName
{
color: #F5EBCA;
}
.AnyTagClassName
{
color: #F5EBCA;
}
</style>
background-color css
<style>
a { background-color: #F5EBCA; }
a { background-color: rgb(245,235,202); }
div.DivClassName
{
background-color: #F5EBCA;
}
.BgClassName
{
background-color: #F5EBCA;
}
</style>
border-color css
<style>
span { border-color: #F5EBCA; }
span { border-color: rgb(245,235,202); }
td.TdClassName
{
border-color: #F5EBCA;
}
.TagClassName
{
border-color: #F5EBCA;
}
</style>