#FAEDCE

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

Shades of Gin Fizz #FAEDCE

Tints of Gin Fizz #FAEDCE

Color information

#FAEDCE (or 0xFAEDCE) is unknown color: approx Gin Fizz. HEX triplet: FA, ED and CE. RGB value is (250,237,206). Sum of RGB (Red+Green+Blue) = 250+237+206=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 206 (80.86% from 255 or 29.73% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDCE is #051231. Grayscale: #EDEDED. Windows color (decimal): -332338 or 13561338. OLE color: 13561338.

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

Color convert

RGB250237206-
CMYK00.050.180.02
HSL42.27º81.48%89.41%-
HSV(B)42.27º17.6%98.04%-
XYZ80.8585.3570.61-
YUV237.35110.31137.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 237 (92.97% from 255) = 34.20%
BLUE value IS 206 (80.86% from 255) = 29.73%
R=36.08%
G=34.20%
B=29.73%

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
Decimal25023720600.050.180.0242.2781.4889.41
HexFAEDCE051222a5159
Octal3723553160522252121131
Binary1111101011101101110011100101100101010101010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDCE; }

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

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

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

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

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

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

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

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