#FAEBCD

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

Shades of Gin Fizz #FAEBCD

Tints of Gin Fizz #FAEBCD

Color information

#FAEBCD (or 0xFAEBCD) is unknown color: approx Gin Fizz. HEX triplet: FA, EB and CD. RGB value is (250,235,205). Sum of RGB (Red+Green+Blue) = 250+235+205=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 205 (80.47% from 255 or 29.71% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBCD is #051432. Grayscale: #ECECEC. Windows color (decimal): -332851 or 13495290. OLE color: 13495290.

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

Color convert

RGB250235205-
CMYK00.060.180.02
HSL40º81.82%89.22%-
HSV(B)40º18%98.04%-
XYZ80.1584.1569.78-
YUV236.06110.47137.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 205 (80.47% from 255) = 29.71%
R=36.23%
G=34.06%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023520500.060.180.024081.8289.22
HexFAEBCD06122285259
Octal3723533150622250122131
Binary1111101011101011110011010110100101010100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBCD; }

 p { color: rgb(250,235,205); }

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

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

 a { background-color: rgb(250,235,205); }

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

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

 span { border-color: rgb(250,235,205); }

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