#FAECCD

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

Shades of Gin Fizz #FAECCD

Tints of Gin Fizz #FAECCD

Color information

#FAECCD (or 0xFAECCD) is unknown color: approx Gin Fizz. HEX triplet: FA, EC and CD. RGB value is (250,236,205). Sum of RGB (Red+Green+Blue) = 250+236+205=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 205 (80.47% from 255 or 29.67% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECCD is #051332. Grayscale: #ECECEC. Windows color (decimal): -332595 or 13495546. OLE color: 13495546.

HSL color Cylindrical-coordinate representation of color #FAECCD: hue angle of 41.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAECCD is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250236205-
CMYK00.060.180.02
HSL41.33º81.82%89.22%-
HSV(B)41.33º18%98.04%-
XYZ80.4484.7269.87-
YUV236.65110.14137.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 236 (92.58% from 255) = 34.15%
BLUE value IS 205 (80.47% from 255) = 29.67%
R=36.18%
G=34.15%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023620500.060.180.0241.3381.8289.22
HexFAECCD06122295259
Octal3723543150622251122131
Binary1111101011101100110011010110100101010100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECCD; }

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

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

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

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

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

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

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

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