#FAEBC8

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

Shades of Gin Fizz #FAEBC8

Tints of Gin Fizz #FAEBC8

Color information

#FAEBC8 (or 0xFAEBC8) is unknown color: approx Gin Fizz. HEX triplet: FA, EB and C8. RGB value is (250,235,200). Sum of RGB (Red+Green+Blue) = 250+235+200=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 200 (78.52% from 255 or 29.20% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBC8 is #051437. Grayscale: #EBEBEB. Windows color (decimal): -332856 or 13167610. OLE color: 13167610.

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

Color convert

RGB250235200-
CMYK00.060.20.02
HSL42º83.33%88.24%-
HSV(B)42º20%98.04%-
XYZ79.5683.9166.65-
YUV235.5107.97138.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 200 (78.52% from 255) = 29.20%
R=36.50%
G=34.31%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023520000.060.20.024283.3388.24
HexFAEBC8061422a5358
Octal3723533100624252123130
Binary1111101011101011110010000110101001010101010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBC8; }

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

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

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

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

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

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

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

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