#F7EDCE

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

Shades of Gin Fizz #F7EDCE

Tints of Gin Fizz #F7EDCE

Color information

#F7EDCE (or 0xF7EDCE) is unknown color: approx Gin Fizz. HEX triplet: F7, ED and CE. RGB value is (247,237,206). Sum of RGB (Red+Green+Blue) = 247+237+206=690 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.80% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDCE is #081231. Grayscale: #ECECEC. Windows color (decimal): -528946 or 13561335. OLE color: 13561335.

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

Color convert

RGB247237206-
CMYK00.040.170.03
HSL45.37º71.93%88.82%-
HSV(B)45.37º16.6%96.86%-
XYZ79.7884.870.56-
YUV236.46110.81135.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.80%
GREEN value IS 237 (92.97% from 255) = 34.35%
BLUE value IS 206 (80.86% from 255) = 29.86%
R=35.80%
G=34.35%
B=29.86%

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
Decimal24723720600.040.170.0345.3771.9388.82
HexF7EDCE041132d4859
Octal3673553160421355110131
Binary1111011111101101110011100100100011110110110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDCE; }

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

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

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

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

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

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

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

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