#F2E8CB

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

Shades of Gin Fizz #F2E8CB

Tints of Gin Fizz #F2E8CB

Color information

#F2E8CB (or 0xF2E8CB) is unknown color: approx Gin Fizz. HEX triplet: F2, E8 and CB. RGB value is (242,232,203). Sum of RGB (Red+Green+Blue) = 242+232+203=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8CB is #0D1734. Grayscale: #E7E7E7. Windows color (decimal): -857909 or 13363442. OLE color: 13363442.

HSL color Cylindrical-coordinate representation of color #F2E8CB: hue angle of 44.62º degrees, saturation: 0.6, 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 #F2E8CB is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242232203-
CMYK00.040.160.05
HSL44.62º60%87.25%-
HSV(B)44.62º16.12%94.9%-
XYZ76.2580.968.1-
YUV231.68111.81135.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.75%
GREEN value IS 232 (91.02% from 255) = 34.27%
BLUE value IS 203 (79.69% from 255) = 29.99%
R=35.75%
G=34.27%
B=29.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223220300.040.160.0544.626087.25
HexF2E8CB041052d3c57
Octal362350313042055574127
Binary1111001011101000110010110100100001011011011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E8CB; }

 p { color: rgb(242,232,203); }

 H1.HeaderClassName
 {
   color: #F2E8CB;
 }
 .AnyTagClassName
 {
   color: #F2E8CB;
 }
</style>
background-color css

<style>
 a { background-color: #F2E8CB; }

 a { background-color: rgb(242,232,203); }

 div.DivClassName
 {
   background-color: #F2E8CB;
 }
 .BgClassName
 {
   background-color: #F2E8CB;
 }
</style>
border-color css

<style>
 span { border-color: #F2E8CB; }

 span { border-color: rgb(242,232,203); }

 td.TdClassName
 {
   border-color: #F2E8CB;
 }
 .TagClassName
 {
   border-color: #F2E8CB;
 }
</style>