#F5E8D0

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

Shades of Gin Fizz #F5E8D0

Tints of Gin Fizz #F5E8D0

Color information

#F5E8D0 (or 0xF5E8D0) is unknown color: approx Gin Fizz. HEX triplet: F5, E8 and D0. RGB value is (245,232,208). Sum of RGB (Red+Green+Blue) = 245+232+208=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 208 (81.64% from 255 or 30.36% from 685); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E8D0 is #0A172F. Grayscale: #E9E9E9. Windows color (decimal): -661296 or 13691125. OLE color: 13691125.

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

Color convert

RGB245232208-
CMYK00.050.150.04
HSL38.92º64.91%88.82%-
HSV(B)38.92º15.1%96.08%-
XYZ77.981.6871.33-
YUV233.15113.81136.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.77%
GREEN value IS 232 (91.02% from 255) = 33.87%
BLUE value IS 208 (81.64% from 255) = 30.36%
R=35.77%
G=33.87%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523220800.050.150.0438.9264.9188.82
HexF5E8D005F4274159
Octal3653503200517447101131
Binary1111010111101000110100000101111110010011110000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E8D0; }

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

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

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

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

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

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

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

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