Html Css Color HEX #FDEAC7 Gin Fizz

📋 copy color: '#FDEAC7'

red 253 ◦ green 234 ◦ blue 199

#FDEAC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gin Fizz #FDEAC7

Tints of Gin Fizz #FDEAC7

RGB

 RED value IS 253 (99.22% from 255) = 36.88%

 GREEN value IS 234 (91.8% from 255) = 34.11%

 BLUE value IS 199 (78.13% from 255) = 29.01%

R = 36.88%
G = 34.11%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDEAC7 (or 0xFDEAC7) is known color: 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

RGB 253 234 199 -
CMYK 0 0.08 0.21 0.01
HSL 38.89º 0.93% 0.89% -
HSV(B) 38.89º 0.21% 0.99% -
XYZ 80.24 83.85 65.99 -
YUV 235.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 253 234 199 0 0.08 0.21 0.01 38.89 0.93 0.89
Hex FD EA C7 0 8 15 1 27 5D 59
Octal 375 352 307 0 10 25 1 47 135 131
Binary 11111101 11101010 11000111 0 1000 10101 1 100111 1011101 1011001

Color Harmonies of #FDEAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEAC7

Black with #FDEAC7

Text Example


Text Example

White with #FDEAC7

Text Example


Text Example

HTML Codes & Css Web 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>