Shades of Gin Fizz #F2E7CC
Tints of Gin Fizz #F2E7CC
RGB
CMYK
RGB Variations
Color information
#F2E7CC (or 0xF2E7CC) is known color: Gin Fizz. HEX triplet: F2, E7 and CC. RGB value is (242,231,204). Sum of RGB (Red+Green+Blue) = 242+231+204=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 231 (90.62% from 255 or 34.12% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7CC is #0D1833. Grayscale: #E7E7E7. Windows color (decimal): -858164 or 13428722. OLE color: 13428722.
HSL color Cylindrical-coordinate representation of color #F2E7CC: hue angle of 42.63º degrees, saturation: 0.59, 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 #F2E7CC is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 204 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.05 |
| HSL | 42.63º | 0.59% | 0.87% | - |
| HSV(B) | 42.63º | 0.16% | 0.95% | - |
| XYZ | 76.09 | 80.39 | 68.63 | - |
| YUV | 231.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 204 | 0 | 0.05 | 0.16 | 0.05 | 42.63 | 0.59 | 0.87 |
| Hex | F2 | E7 | CC | 0 | 5 | 10 | 5 | 2B | 3B | 57 |
| Octal | 362 | 347 | 314 | 0 | 5 | 20 | 5 | 53 | 73 | 127 |
| Binary | 11110010 | 11100111 | 11001100 | 0 | 101 | 10000 | 101 | 101011 | 111011 | 1010111 |
Color Harmonies of #F2E7CC
Complementary color
Monochromatic Colors of #F2E7CC
Black with #F2E7CC
Text Example
Text Example
White with #F2E7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7CC; }
p { color: rgb(242,231,204); }
H1.HeaderClassName
{
color: #F2E7CC;
}
.AnyTagClassName
{
color: #F2E7CC;
}
</style>
background-color css
<style>
a { background-color: #F2E7CC; }
a { background-color: rgb(242,231,204); }
div.DivClassName
{
background-color: #F2E7CC;
}
.BgClassName
{
background-color: #F2E7CC;
}
</style>
border-color css
<style>
span { border-color: #F2E7CC; }
span { border-color: rgb(242,231,204); }
td.TdClassName
{
border-color: #F2E7CC;
}
.TagClassName
{
border-color: #F2E7CC;
}
</style>