#F3EACD

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

Shades of Gin Fizz #F3EACD

Tints of Gin Fizz #F3EACD

Color information

#F3EACD (or 0xF3EACD) is unknown color: approx Gin Fizz. HEX triplet: F3, EA and CD. RGB value is (243,234,205). Sum of RGB (Red+Green+Blue) = 243+234+205=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 205 (80.47% from 255 or 30.06% from 682); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EACD is #0C1532. Grayscale: #E9E9E9. Windows color (decimal): -791859 or 13495027. OLE color: 13495027.

HSL color Cylindrical-coordinate representation of color #F3EACD: hue angle of 45.79º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3EACD is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243234205-
CMYK00.040.160.05
HSL45.79º61.29%87.84%-
HSV(B)45.79º15.64%95.29%-
XYZ77.482.3169.57-
YUV233.38111.98134.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.63%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 205 (80.47% from 255) = 30.06%
R=35.63%
G=34.31%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323420500.040.160.0545.7961.2987.84
HexF3EACD041052e3d58
Octal363352315042055675130
Binary1111001111101010110011010100100001011011101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EACD; }

 p { color: rgb(243,234,205); }

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

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

 a { background-color: rgb(243,234,205); }

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

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

 span { border-color: rgb(243,234,205); }

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