#F9EDCB

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

Shades of Gin Fizz #F9EDCB

Tints of Gin Fizz #F9EDCB

Color information

#F9EDCB (or 0xF9EDCB) is unknown color: approx Gin Fizz. HEX triplet: F9, ED and CB. RGB value is (249,237,203). Sum of RGB (Red+Green+Blue) = 249+237+203=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDCB is #061234. Grayscale: #ECECEC. Windows color (decimal): -397877 or 13364729. OLE color: 13364729.

HSL color Cylindrical-coordinate representation of color #F9EDCB: hue angle of 44.35º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9EDCB is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249237203-
CMYK00.050.180.02
HSL44.35º79.31%88.63%-
HSV(B)44.35º18.47%97.65%-
XYZ80.1385.0268.69-
YUV236.71108.98136.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.14%
GREEN value IS 237 (92.97% from 255) = 34.40%
BLUE value IS 203 (79.69% from 255) = 29.46%
R=36.14%
G=34.40%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923720300.050.180.0244.3579.3188.63
HexF9EDCB051222c4f59
Octal3713553130522254117131
Binary1111100111101101110010110101100101010110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EDCB; }

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

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

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

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

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

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

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

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