#FAE9C5

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

Shades of Gin Fizz #FAE9C5

Tints of Gin Fizz #FAE9C5

Color information

#FAE9C5 (or 0xFAE9C5) is unknown color: approx Gin Fizz. HEX triplet: FA, E9 and C5. RGB value is (250,233,197). Sum of RGB (Red+Green+Blue) = 250+233+197=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 233 (91.41% from 255 or 34.26% from 680); Blue value is 197 (77.34% from 255 or 28.97% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9C5 is #05163A. Grayscale: #EAEAEA. Windows color (decimal): -333371 or 12970490. OLE color: 12970490.

HSL color Cylindrical-coordinate representation of color #FAE9C5: hue angle of 40.75º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAE9C5 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB250233197-
CMYK00.070.210.02
HSL40.75º84.13%87.65%-
HSV(B)40.75º21.2%98.04%-
XYZ78.6482.6364.63-
YUV233.98107.13139.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 233 (91.41% from 255) = 34.26%
BLUE value IS 197 (77.34% from 255) = 28.97%
R=36.76%
G=34.26%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023319700.070.210.0240.7584.1387.65
HexFAE9C507152295458
Octal3723513050725251124130
Binary1111101011101001110001010111101011010100110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9C5; }

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

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

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

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

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

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

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

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