Shades of Gin Fizz #F2E8CD
Tints of Gin Fizz #F2E8CD
RGB
CMYK
RGB Variations
Color information
#F2E8CD (or 0xF2E8CD) is known color: Gin Fizz. HEX triplet: F2, E8 and CD. RGB value is (242,232,205). Sum of RGB (Red+Green+Blue) = 242+232+205=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8CD is #0D1732. Grayscale: #E8E8E8. Windows color (decimal): -857907 or 13494514. OLE color: 13494514.
HSL color Cylindrical-coordinate representation of color #F2E8CD: hue angle of 43.78º 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 #F2E8CD is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 205 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.05 |
| HSL | 43.78º | 0.59% | 0.88% | - |
| HSV(B) | 43.78º | 0.15% | 0.95% | - |
| XYZ | 76.49 | 81 | 69.36 | - |
| YUV | 231.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 205 | 0 | 0.04 | 0.15 | 0.05 | 43.78 | 0.59 | 0.88 |
| Hex | F2 | E8 | CD | 0 | 4 | F | 5 | 2C | 3B | 58 |
| Octal | 362 | 350 | 315 | 0 | 4 | 17 | 5 | 54 | 73 | 130 |
| Binary | 11110010 | 11101000 | 11001101 | 0 | 100 | 1111 | 101 | 101100 | 111011 | 1011000 |
Color Harmonies of #F2E8CD
Complementary color
Monochromatic Colors of #F2E8CD
Black with #F2E8CD
Text Example
Text Example
White with #F2E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E8CD; }
p { color: rgb(242,232,205); }
H1.HeaderClassName
{
color: #F2E8CD;
}
.AnyTagClassName
{
color: #F2E8CD;
}
</style>
background-color css
<style>
a { background-color: #F2E8CD; }
a { background-color: rgb(242,232,205); }
div.DivClassName
{
background-color: #F2E8CD;
}
.BgClassName
{
background-color: #F2E8CD;
}
</style>
border-color css
<style>
span { border-color: #F2E8CD; }
span { border-color: rgb(242,232,205); }
td.TdClassName
{
border-color: #F2E8CD;
}
.TagClassName
{
border-color: #F2E8CD;
}
</style>