#F6EDCC

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

Shades of Gin Fizz #F6EDCC

Tints of Gin Fizz #F6EDCC

Color information

#F6EDCC (or 0xF6EDCC) is unknown color: approx Gin Fizz. HEX triplet: F6, ED and CC. RGB value is (246,237,204). Sum of RGB (Red+Green+Blue) = 246+237+204=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 204 (80.08% from 255 or 29.69% from 687); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDCC is #091233. Grayscale: #ECECEC. Windows color (decimal): -594484 or 13430262. OLE color: 13430262.

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

Color convert

RGB246237204-
CMYK00.040.170.04
HSL47.14º70%88.24%-
HSV(B)47.14º17.07%96.47%-
XYZ79.1984.5269.27-
YUV235.93109.98135.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.81%
GREEN value IS 237 (92.97% from 255) = 34.50%
BLUE value IS 204 (80.08% from 255) = 29.69%
R=35.81%
G=34.50%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623720400.040.170.0447.147088.24
HexF6EDCC041142f4658
Octal3663553140421457106130
Binary11110110111011011100110001001000110010111110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EDCC; }

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

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

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

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

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

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

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

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