#FAEAC7

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

Shades of Gin Fizz #FAEAC7

Tints of Gin Fizz #FAEAC7

Color information

#FAEAC7 (or 0xFAEAC7) is unknown color: approx Gin Fizz. HEX triplet: FA, EA and C7. RGB value is (250,234,199). Sum of RGB (Red+Green+Blue) = 250+234+199=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 199 (78.12% from 255 or 29.14% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAC7 is #051538. Grayscale: #EAEAEA. Windows color (decimal): -333113 or 13101818. OLE color: 13101818.

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

Color convert

RGB250234199-
CMYK00.060.200.02
HSL41.18º83.61%88.04%-
HSV(B)41.18º20.4%98.04%-
XYZ79.1683.2965.94-
YUV234.79107.8138.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 199 (78.12% from 255) = 29.14%
R=36.60%
G=34.26%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023419900.060.200.0241.1883.6188.04
HexFAEAC706142295458
Octal3723523070624251124130
Binary1111101011101010110001110110101001010100110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAC7; }

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

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

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

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

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

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

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

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