#F8E8CA

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

Shades of Gin Fizz #F8E8CA

Tints of Gin Fizz #F8E8CA

Color information

#F8E8CA (or 0xF8E8CA) is unknown color: approx Gin Fizz. HEX triplet: F8, E8 and CA. RGB value is (248,232,202). Sum of RGB (Red+Green+Blue) = 248+232+202=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E8CA is #071735. Grayscale: #E9E9E9. Windows color (decimal): -464694 or 13297912. OLE color: 13297912.

HSL color Cylindrical-coordinate representation of color #F8E8CA: hue angle of 39.13º 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 #F8E8CA is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248232202-
CMYK00.060.190.03
HSL39.13º76.67%88.24%-
HSV(B)39.13º18.55%97.25%-
XYZ78.2381.9367.57-
YUV233.36110.3138.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.36%
GREEN value IS 232 (91.02% from 255) = 34.02%
BLUE value IS 202 (79.30% from 255) = 29.62%
R=36.36%
G=34.02%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823220200.060.190.0339.1376.6788.24
HexF8E8CA06133274d58
Octal3703503120623347115130
Binary1111100011101000110010100110100111110011110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E8CA; }

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

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

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

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

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

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

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

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