#F7EDCC

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

Shades of Gin Fizz #F7EDCC

Tints of Gin Fizz #F7EDCC

Color information

#F7EDCC (or 0xF7EDCC) is unknown color: approx Gin Fizz. HEX triplet: F7, ED and CC. RGB value is (247,237,204). Sum of RGB (Red+Green+Blue) = 247+237+204=688 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.90% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 204 (80.08% from 255 or 29.65% from 688); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDCC is #081233. Grayscale: #ECECEC. Windows color (decimal): -528948 or 13430263. OLE color: 13430263.

HSL color Cylindrical-coordinate representation of color #F7EDCC: hue angle of 46.05º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7EDCC is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247237204-
CMYK00.040.170.03
HSL46.05º72.88%88.43%-
HSV(B)46.05º17.41%96.86%-
XYZ79.5484.769.28-
YUV236.23109.81135.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.90%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 204 (80.08% from 255) = 29.65%
R=35.90%
G=34.45%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723720400.040.170.0346.0572.8888.43
HexF7EDCC041132e4958
Octal3673553140421356111130
Binary1111011111101101110011000100100011110111010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDCC; }

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

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

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

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

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

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

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

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