#F8EBCC

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

Shades of Gin Fizz #F8EBCC

Tints of Gin Fizz #F8EBCC

Color information

#F8EBCC (or 0xF8EBCC) is unknown color: approx Gin Fizz. HEX triplet: F8, EB and CC. RGB value is (248,235,204). Sum of RGB (Red+Green+Blue) = 248+235+204=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 204 (80.08% from 255 or 29.69% from 687); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBCC is #071433. Grayscale: #EBEBEB. Windows color (decimal): -463924 or 13429752. OLE color: 13429752.

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

Color convert

RGB248235204-
CMYK00.050.180.03
HSL42.27º75.86%88.63%-
HSV(B)42.27º17.74%97.25%-
XYZ79.3283.7369.11-
YUV235.35110.31137.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.10%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 204 (80.08% from 255) = 29.69%
R=36.10%
G=34.21%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823520400.050.180.0342.2775.8688.63
HexF8EBCC051232a4c59
Octal3703533140522352114131
Binary1111100011101011110011000101100101110101010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EBCC; }

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

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

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

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

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

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

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

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