#FDEAC7

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

Shades of Gin Fizz #FDEAC7

Tints of Gin Fizz #FDEAC7

Color information

#FDEAC7 (or 0xFDEAC7) is unknown color: approx Gin Fizz. HEX triplet: FD, EA and C7. RGB value is (253,234,199). Sum of RGB (Red+Green+Blue) = 253+234+199=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 199 (78.12% from 255 or 29.01% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAC7 is #021538. Grayscale: #EBEBEB. Windows color (decimal): -136505 or 13101821. OLE color: 13101821.

HSL color Cylindrical-coordinate representation of color #FDEAC7: hue angle of 38.89º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDEAC7 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB253234199-
CMYK00.080.210.01
HSL38.89º93.1%88.63%-
HSV(B)38.89º21.34%99.22%-
XYZ80.2483.8565.99-
YUV235.69107.29140.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.88%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 199 (78.12% from 255) = 29.01%
R=36.88%
G=34.11%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323419900.080.210.0138.8993.188.63
HexFDEAC708151275d59
Octal37535230701025147135131
Binary1111110111101010110001110100010101110011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAC7; }

 p { color: rgb(253,234,199); }

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

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

 a { background-color: rgb(253,234,199); }

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

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

 span { border-color: rgb(253,234,199); }

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