#F5ECCE

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

Shades of Gin Fizz #F5ECCE

Tints of Gin Fizz #F5ECCE

Color information

#F5ECCE (or 0xF5ECCE) is unknown color: approx Gin Fizz. HEX triplet: F5, EC and CE. RGB value is (245,236,206). Sum of RGB (Red+Green+Blue) = 245+236+206=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 206 (80.86% from 255 or 29.99% from 687); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECCE is #0A1331. Grayscale: #EBEBEB. Windows color (decimal): -660274 or 13561077. OLE color: 13561077.

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

Color convert

RGB245236206-
CMYK00.040.160.04
HSL46.15º66.1%88.43%-
HSV(B)46.15º15.92%96.08%-
XYZ78.7983.8670.43-
YUV235.27111.48134.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.66%
GREEN value IS 236 (92.58% from 255) = 34.35%
BLUE value IS 206 (80.86% from 255) = 29.99%
R=35.66%
G=34.35%
B=29.99%

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
Decimal24523620600.040.160.0446.1566.188.43
HexF5ECCE041042e4258
Octal3653543160420456102130
Binary11110101111011001100111001001000010010111010000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ECCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ECCE; }

 p { color: rgb(245,236,206); }

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

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

 a { background-color: rgb(245,236,206); }

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

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

 span { border-color: rgb(245,236,206); }

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