#FAEDCB

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

Shades of Gin Fizz #FAEDCB

Tints of Gin Fizz #FAEDCB

Color information

#FAEDCB (or 0xFAEDCB) is unknown color: approx Gin Fizz. HEX triplet: FA, ED and CB. RGB value is (250,237,203). Sum of RGB (Red+Green+Blue) = 250+237+203=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDCB is #051234. Grayscale: #EDEDED. Windows color (decimal): -332341 or 13364730. OLE color: 13364730.

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

Color convert

RGB250237203-
CMYK00.050.190.02
HSL43.4º82.46%88.82%-
HSV(B)43.4º18.8%98.04%-
XYZ80.4985.268.7-
YUV237.01108.81137.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 237 (92.97% from 255) = 34.35%
BLUE value IS 203 (79.69% from 255) = 29.42%
R=36.23%
G=34.35%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023720300.050.190.0243.482.4688.82
HexFAEDCB051322b5259
Octal3723553130523253122131
Binary1111101011101101110010110101100111010101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDCB; }

 p { color: rgb(250,237,203); }

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

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

 a { background-color: rgb(250,237,203); }

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

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

 span { border-color: rgb(250,237,203); }

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