#F5ECCD

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

Shades of Gin Fizz #F5ECCD

Tints of Gin Fizz #F5ECCD

Color information

#F5ECCD (or 0xF5ECCD) is unknown color: approx Gin Fizz. HEX triplet: F5, EC and CD. RGB value is (245,236,205). Sum of RGB (Red+Green+Blue) = 245+236+205=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 205 (80.47% from 255 or 29.88% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECCD is #0A1332. Grayscale: #EBEBEB. Windows color (decimal): -660275 or 13495541. OLE color: 13495541.

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

Color convert

RGB245236205-
CMYK00.040.160.04
HSL46.5º66.67%88.24%-
HSV(B)46.5º16.33%96.08%-
XYZ78.6783.8169.79-
YUV235.16110.98135.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.71%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 205 (80.47% from 255) = 29.88%
R=35.71%
G=34.40%
B=29.88%

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
Decimal24523620500.040.160.0446.566.6788.24
HexF5ECCD041042e4358
Octal3653543150420456103130
Binary11110101111011001100110101001000010010111010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ECCD; }

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

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

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

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

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

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

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

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