Shades of Gin Fizz #F5E6CB
Tints of Gin Fizz #F5E6CB
RGB
CMYK
RGB Variations
Color information
#F5E6CB (or 0xF5E6CB) is known color: Gin Fizz. HEX triplet: F5, E6 and CB. RGB value is (245,230,203). Sum of RGB (Red+Green+Blue) = 245+230+203=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E6CB is #0A1934. Grayscale: #E7E7E7. Windows color (decimal): -661813 or 13362933. OLE color: 13362933.
HSL color Cylindrical-coordinate representation of color #F5E6CB: hue angle of 38.57º 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 #F5E6CB is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 203 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.04 |
| HSL | 38.57º | 0.68% | 0.88% | - |
| HSV(B) | 38.57º | 0.17% | 0.96% | - |
| XYZ | 76.73 | 80.32 | 67.96 | - |
| YUV | 231.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 203 | 0 | 0.06 | 0.17 | 0.04 | 38.57 | 0.68 | 0.88 |
| Hex | F5 | E6 | CB | 0 | 6 | 11 | 4 | 27 | 44 | 58 |
| Octal | 365 | 346 | 313 | 0 | 6 | 21 | 4 | 47 | 104 | 130 |
| Binary | 11110101 | 11100110 | 11001011 | 0 | 110 | 10001 | 100 | 100111 | 1000100 | 1011000 |
Color Harmonies of #F5E6CB
Complementary color
Monochromatic Colors of #F5E6CB
Black with #F5E6CB
Text Example
Text Example
White with #F5E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E6CB; }
p { color: rgb(245,230,203); }
H1.HeaderClassName
{
color: #F5E6CB;
}
.AnyTagClassName
{
color: #F5E6CB;
}
</style>
background-color css
<style>
a { background-color: #F5E6CB; }
a { background-color: rgb(245,230,203); }
div.DivClassName
{
background-color: #F5E6CB;
}
.BgClassName
{
background-color: #F5E6CB;
}
</style>
border-color css
<style>
span { border-color: #F5E6CB; }
span { border-color: rgb(245,230,203); }
td.TdClassName
{
border-color: #F5E6CB;
}
.TagClassName
{
border-color: #F5E6CB;
}
</style>