#F8EDCA

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

Shades of Gin Fizz #F8EDCA

Tints of Gin Fizz #F8EDCA

Color information

#F8EDCA (or 0xF8EDCA) is unknown color: approx Gin Fizz. HEX triplet: F8, ED and CA. RGB value is (248,237,202). Sum of RGB (Red+Green+Blue) = 248+237+202=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 202 (79.30% from 255 or 29.40% from 687); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDCA is #071235. Grayscale: #ECECEC. Windows color (decimal): -463414 or 13299192. OLE color: 13299192.

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

Color convert

RGB248237202-
CMYK00.040.190.03
HSL45.65º76.67%88.24%-
HSV(B)45.65º18.55%97.25%-
XYZ79.6684.7968.04-
YUV236.3108.64136.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.10%
GREEN value IS 237 (92.97% from 255) = 34.50%
BLUE value IS 202 (79.30% from 255) = 29.40%
R=36.10%
G=34.50%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823720200.040.190.0345.6576.6788.24
HexF8EDCA041332e4d58
Octal3703553120423356115130
Binary1111100011101101110010100100100111110111010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDCA; }

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

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

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

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

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

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

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

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