#FAEBC9

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

Shades of Gin Fizz #FAEBC9

Tints of Gin Fizz #FAEBC9

Color information

#FAEBC9 (or 0xFAEBC9) is unknown color: approx Gin Fizz. HEX triplet: FA, EB and C9. RGB value is (250,235,201). Sum of RGB (Red+Green+Blue) = 250+235+201=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 201 (78.91% from 255 or 29.30% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBC9 is #051436. Grayscale: #EBEBEB. Windows color (decimal): -332855 or 13233146. OLE color: 13233146.

HSL color Cylindrical-coordinate representation of color #FAEBC9: hue angle of 41.63º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAEBC9 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250235201-
CMYK00.060.200.02
HSL41.63º83.05%88.43%-
HSV(B)41.63º19.6%98.04%-
XYZ79.6883.9667.26-
YUV235.61108.47138.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 201 (78.91% from 255) = 29.30%
R=36.44%
G=34.26%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023520100.060.200.0241.6383.0588.43
HexFAEBC9061422a5358
Octal3723533110624252123130
Binary1111101011101011110010010110101001010101010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBC9; }

 p { color: rgb(250,235,201); }

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

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

 a { background-color: rgb(250,235,201); }

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

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

 span { border-color: rgb(250,235,201); }

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