Shades of Gin Fizz #F2E7CD
Tints of Gin Fizz #F2E7CD
RGB
CMYK
RGB Variations
Color information
#F2E7CD (or 0xF2E7CD) is known color: Gin Fizz. HEX triplet: F2, E7 and CD. RGB value is (242,231,205). Sum of RGB (Red+Green+Blue) = 242+231+205=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 231 (90.62% from 255 or 34.07% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7CD is #0D1832. Grayscale: #E7E7E7. Windows color (decimal): -858163 or 13494258. OLE color: 13494258.
HSL color Cylindrical-coordinate representation of color #F2E7CD: hue angle of 42.16º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2E7CD is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 205 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.05 |
| HSL | 42.16º | 0.59% | 0.88% | - |
| HSV(B) | 42.16º | 0.15% | 0.95% | - |
| XYZ | 76.21 | 80.44 | 69.27 | - |
| YUV | 231.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 205 | 0 | 0.05 | 0.15 | 0.05 | 42.16 | 0.59 | 0.88 |
| Hex | F2 | E7 | CD | 0 | 5 | F | 5 | 2A | 3B | 58 |
| Octal | 362 | 347 | 315 | 0 | 5 | 17 | 5 | 52 | 73 | 130 |
| Binary | 11110010 | 11100111 | 11001101 | 0 | 101 | 1111 | 101 | 101010 | 111011 | 1011000 |
Color Harmonies of #F2E7CD
Complementary color
Monochromatic Colors of #F2E7CD
Black with #F2E7CD
Text Example
Text Example
White with #F2E7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7CD; }
p { color: rgb(242,231,205); }
H1.HeaderClassName
{
color: #F2E7CD;
}
.AnyTagClassName
{
color: #F2E7CD;
}
</style>
background-color css
<style>
a { background-color: #F2E7CD; }
a { background-color: rgb(242,231,205); }
div.DivClassName
{
background-color: #F2E7CD;
}
.BgClassName
{
background-color: #F2E7CD;
}
</style>
border-color css
<style>
span { border-color: #F2E7CD; }
span { border-color: rgb(242,231,205); }
td.TdClassName
{
border-color: #F2E7CD;
}
.TagClassName
{
border-color: #F2E7CD;
}
</style>