#F5ECCC

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

Shades of Gin Fizz #F5ECCC

Tints of Gin Fizz #F5ECCC

Color information

#F5ECCC (or 0xF5ECCC) is unknown color: approx Gin Fizz. HEX triplet: F5, EC and CC. RGB value is (245,236,204). Sum of RGB (Red+Green+Blue) = 245+236+204=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 204 (80.08% from 255 or 29.78% from 685); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECCC is #0A1333. Grayscale: #EBEBEB. Windows color (decimal): -660276 or 13430005. OLE color: 13430005.

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

Color convert

RGB245236204-
CMYK00.040.170.04
HSL46.83º67.21%88.04%-
HSV(B)46.83º16.73%96.08%-
XYZ78.5583.7669.15-
YUV235.04110.48135.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.77%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 204 (80.08% from 255) = 29.78%
R=35.77%
G=34.45%
B=29.78%

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
Decimal24523620400.040.170.0446.8367.2188.04
HexF5ECCC041142f4358
Octal3653543140421457103130
Binary11110101111011001100110001001000110010111110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ECCC; }

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

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

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

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

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

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

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

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