Shades of Gin Fizz #F5EBCB
Tints of Gin Fizz #F5EBCB
RGB
CMYK
RGB Variations
Color information
#F5EBCB (or 0xF5EBCB) is known color: Gin Fizz. HEX triplet: F5, EB and CB. RGB value is (245,235,203). Sum of RGB (Red+Green+Blue) = 245+235+203=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 203 (79.69% from 255 or 29.72% from 683); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBCB is #0A1434. Grayscale: #EAEAEA. Windows color (decimal): -660533 or 13364213. OLE color: 13364213.
HSL color Cylindrical-coordinate representation of color #F5EBCB: hue angle of 45.71º 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 #F5EBCB is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 235 | 203 | - |
CMYK | 0 | 0.04 | 0.17 | 0.04 |
HSL | 45.71º | 0.68% | 0.88% | - |
HSV(B) | 45.71º | 0.17% | 0.96% | - |
XYZ | 78.14 | 83.14 | 68.43 | - |
YUV | 234.34 | 110.31 | 135.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 235 | 203 | 0 | 0.04 | 0.17 | 0.04 | 45.71 | 0.68 | 0.88 |
Hex | F5 | EB | CB | 0 | 4 | 11 | 4 | 2E | 44 | 58 |
Octal | 365 | 353 | 313 | 0 | 4 | 21 | 4 | 56 | 104 | 130 |
Binary | 11110101 | 11101011 | 11001011 | 0 | 100 | 10001 | 100 | 101110 | 1000100 | 1011000 |
Color Harmonies of #F5EBCB
Complementary color
Monochromatic Colors of #F5EBCB
Black with #F5EBCB
Text Example
Text Example
White with #F5EBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EBCB; }
p { color: rgb(245,235,203); }
H1.HeaderClassName
{
color: #F5EBCB;
}
.AnyTagClassName
{
color: #F5EBCB;
}
</style>
background-color css
<style>
a { background-color: #F5EBCB; }
a { background-color: rgb(245,235,203); }
div.DivClassName
{
background-color: #F5EBCB;
}
.BgClassName
{
background-color: #F5EBCB;
}
</style>
border-color css
<style>
span { border-color: #F5EBCB; }
span { border-color: rgb(245,235,203); }
td.TdClassName
{
border-color: #F5EBCB;
}
.TagClassName
{
border-color: #F5EBCB;
}
</style>