#FAE8C7

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

Shades of Gin Fizz #FAE8C7

Tints of Gin Fizz #FAE8C7

Color information

#FAE8C7 (or 0xFAE8C7) is unknown color: approx Gin Fizz. HEX triplet: FA, E8 and C7. RGB value is (250,232,199). Sum of RGB (Red+Green+Blue) = 250+232+199=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 199 (78.12% from 255 or 29.22% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8C7 is #051738. Grayscale: #E9E9E9. Windows color (decimal): -333625 or 13101306. OLE color: 13101306.

HSL color Cylindrical-coordinate representation of color #FAE8C7: hue angle of 38.82º degrees, saturation: 0.84, 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 #FAE8C7 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250232199-
CMYK00.070.200.02
HSL38.82º83.61%88.04%-
HSV(B)38.82º20.4%98.04%-
XYZ78.5982.1665.75-
YUV233.62108.46139.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 232 (91.02% from 255) = 34.07%
BLUE value IS 199 (78.12% from 255) = 29.22%
R=36.71%
G=34.07%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023219900.070.200.0238.8283.6188.04
HexFAE8C707142275458
Octal3723503070724247124130
Binary1111101011101000110001110111101001010011110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8C7; }

 p { color: rgb(250,232,199); }

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

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

 a { background-color: rgb(250,232,199); }

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

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

 span { border-color: rgb(250,232,199); }

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