#F5EAD1

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

Shades of Gin Fizz #F5EAD1

Tints of Gin Fizz #F5EAD1

Color information

#F5EAD1 (or 0xF5EAD1) is unknown color: approx Gin Fizz. HEX triplet: F5, EA and D1. RGB value is (245,234,209). Sum of RGB (Red+Green+Blue) = 245+234+209=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 209 (82.03% from 255 or 30.38% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EAD1 is #0A152E. Grayscale: #EAEAEA. Windows color (decimal): -660783 or 13757173. OLE color: 13757173.

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

Color convert

RGB245234209-
CMYK00.040.150.04
HSL41.67º64.29%89.02%-
HSV(B)41.67º14.69%96.08%-
XYZ78.5982.8672.17-
YUV234.44113.64135.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.61%
GREEN value IS 234 (91.80% from 255) = 34.01%
BLUE value IS 209 (82.03% from 255) = 30.38%
R=35.61%
G=34.01%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523420900.040.150.0441.6764.2989.02
HexF5EAD104F42a4059
Octal3653523210417452100131
Binary1111010111101010110100010100111110010101010000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EAD1; }

 p { color: rgb(245,234,209); }

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

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

 a { background-color: rgb(245,234,209); }

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

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

 span { border-color: rgb(245,234,209); }

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