#F8EBCA

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

Shades of Gin Fizz #F8EBCA

Tints of Gin Fizz #F8EBCA

Color information

#F8EBCA (or 0xF8EBCA) is unknown color: approx Gin Fizz. HEX triplet: F8, EB and CA. RGB value is (248,235,202). Sum of RGB (Red+Green+Blue) = 248+235+202=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBCA is #071435. Grayscale: #EBEBEB. Windows color (decimal): -463926 or 13298680. OLE color: 13298680.

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

Color convert

RGB248235202-
CMYK00.050.190.03
HSL43.04º76.67%88.24%-
HSV(B)43.04º18.55%97.25%-
XYZ79.0883.6467.85-
YUV235.12109.31137.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.20%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 202 (79.30% from 255) = 29.49%
R=36.20%
G=34.31%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823520200.050.190.0343.0476.6788.24
HexF8EBCA051332b4d58
Octal3703533120523353115130
Binary1111100011101011110010100101100111110101110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EBCA; }

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

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

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

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

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

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

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

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