#F5EACC

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

Shades of Gin Fizz #F5EACC

Tints of Gin Fizz #F5EACC

Color information

#F5EACC (or 0xF5EACC) is unknown color: approx Gin Fizz. HEX triplet: F5, EA and CC. RGB value is (245,234,204). Sum of RGB (Red+Green+Blue) = 245+234+204=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EACC is #0A1533. Grayscale: #EAEAEA. Windows color (decimal): -660788 or 13429493. OLE color: 13429493.

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

Color convert

RGB245234204-
CMYK00.040.170.04
HSL43.9º67.21%88.04%-
HSV(B)43.9º16.73%96.08%-
XYZ77.9882.6268.96-
YUV233.87111.14135.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.87%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 204 (80.08% from 255) = 29.87%
R=35.87%
G=34.26%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523420400.040.170.0443.967.2188.04
HexF5EACC041142c4358
Octal3653523140421454103130
Binary11110101111010101100110001001000110010110010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EACC; }

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

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

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

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

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

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

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

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