#FAEECB

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

Shades of Gin Fizz #FAEECB

Tints of Gin Fizz #FAEECB

Color information

#FAEECB (or 0xFAEECB) is unknown color: approx Gin Fizz. HEX triplet: FA, EE and CB. RGB value is (250,238,203). Sum of RGB (Red+Green+Blue) = 250+238+203=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 203 (79.69% from 255 or 29.38% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEECB is #051134. Grayscale: #EDEDED. Windows color (decimal): -332085 or 13364986. OLE color: 13364986.

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

Color convert

RGB250238203-
CMYK00.050.190.02
HSL44.68º82.46%88.82%-
HSV(B)44.68º18.8%98.04%-
XYZ80.7885.7868.8-
YUV237.6108.48136.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 238 (93.36% from 255) = 34.44%
BLUE value IS 203 (79.69% from 255) = 29.38%
R=36.18%
G=34.44%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023820300.050.190.0244.6882.4688.82
HexFAEECB051322d5259
Octal3723563130523255122131
Binary1111101011101110110010110101100111010110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEECB; }

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

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

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

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

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

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

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

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