#F2E7CC

Color #F2E7CC Gin Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gin Fizz #F2E7CC

Tints of Gin Fizz #F2E7CC

Color information

#F2E7CC (or 0xF2E7CC) is unknown color: approx 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

RGB242231204-
CMYK00.050.160.05
HSL42.63º59.38%87.45%-
HSV(B)42.63º15.7%94.9%-
XYZ76.0980.3968.63-
YUV231.21112.64135.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 35.75%
GREEN value IS 231 (90.62% from 255) = 34.12%
BLUE value IS 204 (80.08% from 255) = 30.13%
R=35.75%
G=34.12%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223120400.050.160.0542.6359.3887.45
HexF2E7CC051052b3b57
Octal362347314052055373127
Binary1111001011100111110011000101100001011010111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>