#FAEDCA

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

Shades of Gin Fizz #FAEDCA

Tints of Gin Fizz #FAEDCA

Color information

#FAEDCA (or 0xFAEDCA) is unknown color: approx Gin Fizz. HEX triplet: FA, ED and CA. RGB value is (250,237,202). Sum of RGB (Red+Green+Blue) = 250+237+202=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDCA is #051235. Grayscale: #EDEDED. Windows color (decimal): -332342 or 13299194. OLE color: 13299194.

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

Color convert

RGB250237202-
CMYK00.050.190.02
HSL43.75º82.76%88.63%-
HSV(B)43.75º19.2%98.04%-
XYZ80.3785.1668.08-
YUV236.9108.31137.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.28%
GREEN value IS 237 (92.97% from 255) = 34.40%
BLUE value IS 202 (79.30% from 255) = 29.32%
R=36.28%
G=34.40%
B=29.32%

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
Decimal25023720200.050.190.0243.7582.7688.63
HexFAEDCA051322c5359
Octal3723553120523254123131
Binary1111101011101101110010100101100111010110010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDCA; }

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

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

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

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

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

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

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

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