#FAEBCE

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

Shades of Gin Fizz #FAEBCE

Tints of Gin Fizz #FAEBCE

Color information

#FAEBCE (or 0xFAEBCE) is unknown color: approx Gin Fizz. HEX triplet: FA, EB and CE. RGB value is (250,235,206). Sum of RGB (Red+Green+Blue) = 250+235+206=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 206 (80.86% from 255 or 29.81% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBCE is #051431. Grayscale: #ECECEC. Windows color (decimal): -332850 or 13560826. OLE color: 13560826.

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

Color convert

RGB250235206-
CMYK00.060.180.02
HSL39.55º81.48%89.41%-
HSV(B)39.55º17.6%98.04%-
XYZ80.2784.270.41-
YUV236.18110.97137.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 206 (80.86% from 255) = 29.81%
R=36.18%
G=34.01%
B=29.81%

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
Decimal25023520600.060.180.0239.5581.4889.41
HexFAEBCE06122285159
Octal3723533160622250121131
Binary1111101011101011110011100110100101010100010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBCE; }

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

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

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

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

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

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

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

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