#F5E8CB

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

Shades of Gin Fizz #F5E8CB

Tints of Gin Fizz #F5E8CB

Color information

#F5E8CB (or 0xF5E8CB) is unknown color: approx Gin Fizz. HEX triplet: F5, E8 and CB. RGB value is (245,232,203). Sum of RGB (Red+Green+Blue) = 245+232+203=680 (90% of max value = 765). Red value is 245 (96.09% from 255 or 36.03% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E8CB is #0A1734. Grayscale: #E8E8E8. Windows color (decimal): -661301 or 13363445. OLE color: 13363445.

HSL color Cylindrical-coordinate representation of color #F5E8CB: hue angle of 41.43º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5E8CB is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245232203-
CMYK00.050.170.04
HSL41.43º67.74%87.84%-
HSV(B)41.43º17.14%96.08%-
XYZ77.2981.4468.15-
YUV232.58111.31136.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.03%
GREEN value IS 232 (91.02% from 255) = 34.12%
BLUE value IS 203 (79.69% from 255) = 29.85%
R=36.03%
G=34.12%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523220300.050.170.0441.4367.7487.84
HexF5E8CB05114294458
Octal3653503130521451104130
Binary11110101111010001100101101011000110010100110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E8CB; }

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

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

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

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

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

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

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

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