#FAEFCC

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

Shades of Gin Fizz #FAEFCC

Tints of Gin Fizz #FAEFCC

Color information

#FAEFCC (or 0xFAEFCC) is unknown color: approx Gin Fizz. HEX triplet: FA, EF and CC. RGB value is (250,239,204). Sum of RGB (Red+Green+Blue) = 250+239+204=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 204 (80.08% from 255 or 29.44% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFCC is #051033. Grayscale: #EEEEEE. Windows color (decimal): -331828 or 13430778. OLE color: 13430778.

HSL color Cylindrical-coordinate representation of color #FAEFCC: hue angle of 45.65º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAEFCC is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250239204-
CMYK00.040.180.02
HSL45.65º82.14%89.02%-
HSV(B)45.65º18.4%98.04%-
XYZ81.1986.4269.53-
YUV238.3108.64136.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 204 (80.08% from 255) = 29.44%
R=36.08%
G=34.49%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023920400.040.180.0245.6582.1489.02
HexFAEFCC041222e5259
Octal3723573140422256122131
Binary1111101011101111110011000100100101010111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFCC; }

 p { color: rgb(250,239,204); }

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

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

 a { background-color: rgb(250,239,204); }

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

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

 span { border-color: rgb(250,239,204); }

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