Shades of Gin Fizz #F2E7CF
Tints of Gin Fizz #F2E7CF
RGB
CMYK
RGB Variations
Color information
#F2E7CF (or 0xF2E7CF) is known color: Gin Fizz. HEX triplet: F2, E7 and CF. RGB value is (242,231,207). Sum of RGB (Red+Green+Blue) = 242+231+207=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 231 (90.62% from 255 or 33.97% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7CF is #0D1830. Grayscale: #E7E7E7. Windows color (decimal): -858161 or 13625330. OLE color: 13625330.
HSL color Cylindrical-coordinate representation of color #F2E7CF: hue angle of 41.14º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2E7CF is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 207 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.05 |
| HSL | 41.14º | 0.57% | 0.88% | - |
| HSV(B) | 41.14º | 0.14% | 0.95% | - |
| XYZ | 76.46 | 80.53 | 70.55 | - |
| YUV | 231.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 207 | 0 | 0.05 | 0.14 | 0.05 | 41.14 | 0.57 | 0.88 |
| Hex | F2 | E7 | CF | 0 | 5 | E | 5 | 29 | 39 | 58 |
| Octal | 362 | 347 | 317 | 0 | 5 | 16 | 5 | 51 | 71 | 130 |
| Binary | 11110010 | 11100111 | 11001111 | 0 | 101 | 1110 | 101 | 101001 | 111001 | 1011000 |
Color Harmonies of #F2E7CF
Complementary color
Monochromatic Colors of #F2E7CF
Black with #F2E7CF
Text Example
Text Example
White with #F2E7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7CF; }
p { color: rgb(242,231,207); }
H1.HeaderClassName
{
color: #F2E7CF;
}
.AnyTagClassName
{
color: #F2E7CF;
}
</style>
background-color css
<style>
a { background-color: #F2E7CF; }
a { background-color: rgb(242,231,207); }
div.DivClassName
{
background-color: #F2E7CF;
}
.BgClassName
{
background-color: #F2E7CF;
}
</style>
border-color css
<style>
span { border-color: #F2E7CF; }
span { border-color: rgb(242,231,207); }
td.TdClassName
{
border-color: #F2E7CF;
}
.TagClassName
{
border-color: #F2E7CF;
}
</style>