#F6EDCB

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

Shades of Gin Fizz #F6EDCB

Tints of Gin Fizz #F6EDCB

Color information

#F6EDCB (or 0xF6EDCB) is unknown color: approx Gin Fizz. HEX triplet: F6, ED and CB. RGB value is (246,237,203). Sum of RGB (Red+Green+Blue) = 246+237+203=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 203 (79.69% from 255 or 29.59% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDCB is #091234. Grayscale: #EBEBEB. Windows color (decimal): -594485 or 13364726. OLE color: 13364726.

HSL color Cylindrical-coordinate representation of color #F6EDCB: hue angle of 47.44º 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 #F6EDCB is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246237203-
CMYK00.040.170.04
HSL47.44º70.49%88.04%-
HSV(B)47.44º17.48%96.47%-
XYZ79.0784.4768.64-
YUV235.82109.48135.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.86%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 203 (79.69% from 255) = 29.59%
R=35.86%
G=34.55%
B=29.59%

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
Decimal24623720300.040.170.0447.4470.4988.04
HexF6EDCB041142f4658
Octal3663553130421457106130
Binary11110110111011011100101101001000110010111110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EDCB; }

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

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

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

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

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

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

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

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