#FAEDCD

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

Shades of Gin Fizz #FAEDCD

Tints of Gin Fizz #FAEDCD

Color information

#FAEDCD (or 0xFAEDCD) is unknown color: approx Gin Fizz. HEX triplet: FA, ED and CD. RGB value is (250,237,205). Sum of RGB (Red+Green+Blue) = 250+237+205=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 205 (80.47% from 255 or 29.62% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDCD is #051232. Grayscale: #EDEDED. Windows color (decimal): -332339 or 13495802. OLE color: 13495802.

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

Color convert

RGB250237205-
CMYK00.050.180.02
HSL42.67º81.82%89.22%-
HSV(B)42.67º18%98.04%-
XYZ80.7385.369.97-
YUV237.24109.81137.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 237 (92.97% from 255) = 34.25%
BLUE value IS 205 (80.47% from 255) = 29.62%
R=36.13%
G=34.25%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023720500.050.180.0242.6781.8289.22
HexFAEDCD051222b5259
Octal3723553150522253122131
Binary1111101011101101110011010101100101010101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDCD; }

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

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

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

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

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

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

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

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