Shades of Gin Fizz #F2E6CC
Tints of Gin Fizz #F2E6CC
RGB
CMYK
RGB Variations
Color information
#F2E6CC (or 0xF2E6CC) is known color: Gin Fizz. HEX triplet: F2, E6 and CC. RGB value is (242,230,204). Sum of RGB (Red+Green+Blue) = 242+230+204=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 230 (90.23% from 255 or 34.02% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6CC is #0D1933. Grayscale: #E6E6E6. Windows color (decimal): -858420 or 13428466. OLE color: 13428466.
HSL color Cylindrical-coordinate representation of color #F2E6CC: hue angle of 41.05º 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 #F2E6CC is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 204 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.05 |
| HSL | 41.05º | 0.59% | 0.87% | - |
| HSV(B) | 41.05º | 0.16% | 0.95% | - |
| XYZ | 75.81 | 79.83 | 68.54 | - |
| YUV | 230.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 204 | 0 | 0.05 | 0.16 | 0.05 | 41.05 | 0.59 | 0.87 |
| Hex | F2 | E6 | CC | 0 | 5 | 10 | 5 | 29 | 3B | 57 |
| Octal | 362 | 346 | 314 | 0 | 5 | 20 | 5 | 51 | 73 | 127 |
| Binary | 11110010 | 11100110 | 11001100 | 0 | 101 | 10000 | 101 | 101001 | 111011 | 1010111 |
Color Harmonies of #F2E6CC
Complementary color
Monochromatic Colors of #F2E6CC
Black with #F2E6CC
Text Example
Text Example
White with #F2E6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E6CC; }
p { color: rgb(242,230,204); }
H1.HeaderClassName
{
color: #F2E6CC;
}
.AnyTagClassName
{
color: #F2E6CC;
}
</style>
background-color css
<style>
a { background-color: #F2E6CC; }
a { background-color: rgb(242,230,204); }
div.DivClassName
{
background-color: #F2E6CC;
}
.BgClassName
{
background-color: #F2E6CC;
}
</style>
border-color css
<style>
span { border-color: #F2E6CC; }
span { border-color: rgb(242,230,204); }
td.TdClassName
{
border-color: #F2E6CC;
}
.TagClassName
{
border-color: #F2E6CC;
}
</style>