#FAEECC

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

Shades of Gin Fizz #FAEECC

Tints of Gin Fizz #FAEECC

Color information

#FAEECC (or 0xFAEECC) is unknown color: approx Gin Fizz. HEX triplet: FA, EE and CC. RGB value is (250,238,204). Sum of RGB (Red+Green+Blue) = 250+238+204=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 204 (80.08% from 255 or 29.48% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEECC is #051133. Grayscale: #EDEDED. Windows color (decimal): -332084 or 13430522. OLE color: 13430522.

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

Color convert

RGB250238204-
CMYK00.050.180.02
HSL44.35º82.14%89.02%-
HSV(B)44.35º18.4%98.04%-
XYZ80.985.8369.43-
YUV237.71108.98136.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 238 (93.36% from 255) = 34.39%
BLUE value IS 204 (80.08% from 255) = 29.48%
R=36.13%
G=34.39%
B=29.48%

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
Decimal25023820400.050.180.0244.3582.1489.02
HexFAEECC051222c5259
Octal3723563140522254122131
Binary1111101011101110110011000101100101010110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEECC; }

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

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

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

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

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

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

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

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