#F8EDCC

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

Shades of Gin Fizz #F8EDCC

Tints of Gin Fizz #F8EDCC

Color information

#F8EDCC (or 0xF8EDCC) is unknown color: approx Gin Fizz. HEX triplet: F8, ED and CC. RGB value is (248,237,204). Sum of RGB (Red+Green+Blue) = 248+237+204=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDCC is #071233. Grayscale: #ECECEC. Windows color (decimal): -463412 or 13430264. OLE color: 13430264.

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

Color convert

RGB248237204-
CMYK00.040.180.03
HSL45º75.86%88.63%-
HSV(B)45º17.74%97.25%-
XYZ79.8984.8869.3-
YUV236.53109.64136.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.99%
GREEN value IS 237 (92.97% from 255) = 34.40%
BLUE value IS 204 (80.08% from 255) = 29.61%
R=35.99%
G=34.40%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823720400.040.180.034575.8688.63
HexF8EDCC041232d4c59
Octal3703553140422355114131
Binary1111100011101101110011000100100101110110110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDCC; }

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

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

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

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

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

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

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

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