#F5EBCA

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

Shades of Gin Fizz #F5EBCA

Tints of Gin Fizz #F5EBCA

Color information

#F5EBCA (or 0xF5EBCA) is unknown color: approx Gin Fizz. HEX triplet: F5, EB and CA. RGB value is (245,235,202). Sum of RGB (Red+Green+Blue) = 245+235+202=682 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.92% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBCA is #0A1435. Grayscale: #EAEAEA. Windows color (decimal): -660534 or 13298677. OLE color: 13298677.

HSL color Cylindrical-coordinate representation of color #F5EBCA: hue angle of 46.05º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5EBCA is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245235202-
CMYK00.040.180.04
HSL46.05º68.25%87.65%-
HSV(B)46.05º17.55%96.08%-
XYZ78.0383.0967.8-
YUV234.23109.81135.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.92%
GREEN value IS 235 (92.19% from 255) = 34.46%
BLUE value IS 202 (79.30% from 255) = 29.62%
R=35.92%
G=34.46%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523520200.040.180.0446.0568.2587.65
HexF5EBCA041242e4458
Octal3653533120422456104130
Binary11110101111010111100101001001001010010111010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBCA; }

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

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

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

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

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

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

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

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