#F5EBCF

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

Shades of Gin Fizz #F5EBCF

Tints of Gin Fizz #F5EBCF

Color information

#F5EBCF (or 0xF5EBCF) is unknown color: approx Gin Fizz. HEX triplet: F5, EB and CF. RGB value is (245,235,207). Sum of RGB (Red+Green+Blue) = 245+235+207=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBCF is #0A1430. Grayscale: #EAEAEA. Windows color (decimal): -660529 or 13626357. OLE color: 13626357.

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

Color convert

RGB245235207-
CMYK00.040.160.04
HSL44.21º65.52%88.63%-
HSV(B)44.21º15.51%96.08%-
XYZ78.6383.3370.97-
YUV234.8112.31135.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.66%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 207 (81.25% from 255) = 30.13%
R=35.66%
G=34.21%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523520700.040.160.0444.2165.5288.63
HexF5EBCF041042c4259
Octal3653533170420454102131
Binary11110101111010111100111101001000010010110010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBCF; }

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

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

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

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

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

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

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

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