#FAE9C6

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

Shades of Gin Fizz #FAE9C6

Tints of Gin Fizz #FAE9C6

Color information

#FAE9C6 (or 0xFAE9C6) is unknown color: approx Gin Fizz. HEX triplet: FA, E9 and C6. RGB value is (250,233,198). Sum of RGB (Red+Green+Blue) = 250+233+198=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 233 (91.41% from 255 or 34.21% from 681); Blue value is 198 (77.73% from 255 or 29.07% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9C6 is #051639. Grayscale: #EAEAEA. Windows color (decimal): -333370 or 13036026. OLE color: 13036026.

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

Color convert

RGB250233198-
CMYK00.070.210.02
HSL40.38º83.87%87.84%-
HSV(B)40.38º20.8%98.04%-
XYZ78.7682.6865.23-
YUV234.09107.63139.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 233 (91.41% from 255) = 34.21%
BLUE value IS 198 (77.73% from 255) = 29.07%
R=36.71%
G=34.21%
B=29.07%

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
Decimal25023319800.070.210.0240.3883.8787.84
HexFAE9C607152285458
Octal3723513060725250124130
Binary1111101011101001110001100111101011010100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9C6; }

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

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

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

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

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

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

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

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