Shades of Gin Fizz #F2E7CB
Tints of Gin Fizz #F2E7CB
RGB
CMYK
RGB Variations
Color information
#F2E7CB (or 0xF2E7CB) is known color: Gin Fizz. HEX triplet: F2, E7 and CB. RGB value is (242,231,203). Sum of RGB (Red+Green+Blue) = 242+231+203=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 231 (90.62% from 255 or 34.17% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7CB is #0D1834. Grayscale: #E7E7E7. Windows color (decimal): -858165 or 13363186. OLE color: 13363186.
HSL color Cylindrical-coordinate representation of color #F2E7CB: hue angle of 43.08º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2E7CB is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 203 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.05 |
| HSL | 43.08º | 0.6% | 0.87% | - |
| HSV(B) | 43.08º | 0.16% | 0.95% | - |
| XYZ | 75.97 | 80.34 | 68 | - |
| YUV | 231.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 203 | 0 | 0.05 | 0.16 | 0.05 | 43.08 | 0.6 | 0.87 |
| Hex | F2 | E7 | CB | 0 | 5 | 10 | 5 | 2B | 3C | 57 |
| Octal | 362 | 347 | 313 | 0 | 5 | 20 | 5 | 53 | 74 | 127 |
| Binary | 11110010 | 11100111 | 11001011 | 0 | 101 | 10000 | 101 | 101011 | 111100 | 1010111 |
Color Harmonies of #F2E7CB
Complementary color
Monochromatic Colors of #F2E7CB
Black with #F2E7CB
Text Example
Text Example
White with #F2E7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7CB; }
p { color: rgb(242,231,203); }
H1.HeaderClassName
{
color: #F2E7CB;
}
.AnyTagClassName
{
color: #F2E7CB;
}
</style>
background-color css
<style>
a { background-color: #F2E7CB; }
a { background-color: rgb(242,231,203); }
div.DivClassName
{
background-color: #F2E7CB;
}
.BgClassName
{
background-color: #F2E7CB;
}
</style>
border-color css
<style>
span { border-color: #F2E7CB; }
span { border-color: rgb(242,231,203); }
td.TdClassName
{
border-color: #F2E7CB;
}
.TagClassName
{
border-color: #F2E7CB;
}
</style>