#FAEDCC

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

Shades of Gin Fizz #FAEDCC

Tints of Gin Fizz #FAEDCC

Color information

#FAEDCC (or 0xFAEDCC) is unknown color: approx Gin Fizz. HEX triplet: FA, ED and CC. RGB value is (250,237,204). Sum of RGB (Red+Green+Blue) = 250+237+204=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 204 (80.08% from 255 or 29.52% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDCC is #051233. Grayscale: #EDEDED. Windows color (decimal): -332340 or 13430266. OLE color: 13430266.

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

Color convert

RGB250237204-
CMYK00.050.180.02
HSL43.04º82.14%89.02%-
HSV(B)43.04º18.4%98.04%-
XYZ80.6185.2569.33-
YUV237.12109.31137.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 237 (92.97% from 255) = 34.30%
BLUE value IS 204 (80.08% from 255) = 29.52%
R=36.18%
G=34.30%
B=29.52%

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
Decimal25023720400.050.180.0243.0482.1489.02
HexFAEDCC051222b5259
Octal3723553140522253122131
Binary1111101011101101110011000101100101010101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDCC; }

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

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

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

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

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

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

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

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