#FAEECD

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

Shades of Gin Fizz #FAEECD

Tints of Gin Fizz #FAEECD

Color information

#FAEECD (or 0xFAEECD) is unknown color: approx Gin Fizz. HEX triplet: FA, EE and CD. RGB value is (250,238,205). Sum of RGB (Red+Green+Blue) = 250+238+205=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 205 (80.47% from 255 or 29.58% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEECD is #051132. Grayscale: #EDEDED. Windows color (decimal): -332083 or 13496058. OLE color: 13496058.

HSL color Cylindrical-coordinate representation of color #FAEECD: hue angle of 44º 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 #FAEECD is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250238205-
CMYK00.050.180.02
HSL44º81.82%89.22%-
HSV(B)44º18%98.04%-
XYZ81.0285.8870.06-
YUV237.83109.48136.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 238 (93.36% from 255) = 34.34%
BLUE value IS 205 (80.47% from 255) = 29.58%
R=36.08%
G=34.34%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023820500.050.180.024481.8289.22
HexFAEECD051222c5259
Octal3723563150522254122131
Binary1111101011101110110011010101100101010110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEECD; }

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

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

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

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

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

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

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

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