#FAE9C7

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

Shades of Gin Fizz #FAE9C7

Tints of Gin Fizz #FAE9C7

Color information

#FAE9C7 (or 0xFAE9C7) is unknown color: approx Gin Fizz. HEX triplet: FA, E9 and C7. RGB value is (250,233,199). Sum of RGB (Red+Green+Blue) = 250+233+199=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 233 (91.41% from 255 or 34.16% from 682); Blue value is 199 (78.12% from 255 or 29.18% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9C7 is #051638. Grayscale: #EAEAEA. Windows color (decimal): -333369 or 13101562. OLE color: 13101562.

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

Color convert

RGB250233199-
CMYK00.070.200.02
HSL40º83.61%88.04%-
HSV(B)40º20.4%98.04%-
XYZ78.8782.7365.84-
YUV234.21108.13139.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.66%
GREEN value IS 233 (91.41% from 255) = 34.16%
BLUE value IS 199 (78.12% from 255) = 29.18%
R=36.66%
G=34.16%
B=29.18%

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
Decimal25023319900.070.200.024083.6188.04
HexFAE9C707142285458
Octal3723513070724250124130
Binary1111101011101001110001110111101001010100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9C7; }

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

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

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

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

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

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

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

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