#F5EACF

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

Shades of Gin Fizz #F5EACF

Tints of Gin Fizz #F5EACF

Color information

#F5EACF (or 0xF5EACF) is unknown color: approx Gin Fizz. HEX triplet: F5, EA and CF. RGB value is (245,234,207). Sum of RGB (Red+Green+Blue) = 245+234+207=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EACF is #0A1530. Grayscale: #EAEAEA. Windows color (decimal): -660785 or 13626101. OLE color: 13626101.

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

Color convert

RGB245234207-
CMYK00.040.160.04
HSL42.63º65.52%88.63%-
HSV(B)42.63º15.51%96.08%-
XYZ78.3482.7670.88-
YUV234.21112.64135.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.71%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 207 (81.25% from 255) = 30.17%
R=35.71%
G=34.11%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523420700.040.160.0442.6365.5288.63
HexF5EACF041042b4259
Octal3653523170420453102131
Binary11110101111010101100111101001000010010101110000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EACF; }

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

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

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

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

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

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

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

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