#F6EACD

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

Shades of Gin Fizz #F6EACD

Tints of Gin Fizz #F6EACD

Color information

#F6EACD (or 0xF6EACD) is unknown color: approx Gin Fizz. HEX triplet: F6, EA and CD. RGB value is (246,234,205). Sum of RGB (Red+Green+Blue) = 246+234+205=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 205 (80.47% from 255 or 29.93% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EACD is #091532. Grayscale: #EAEAEA. Windows color (decimal): -595251 or 13495030. OLE color: 13495030.

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

Color convert

RGB246234205-
CMYK00.050.170.04
HSL42.44º69.49%88.43%-
HSV(B)42.44º16.67%96.47%-
XYZ78.4582.8569.61-
YUV234.28111.48136.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.91%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 205 (80.47% from 255) = 29.93%
R=35.91%
G=34.16%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623420500.050.170.0442.4469.4988.43
HexF6EACD051142a4558
Octal3663523150521452105130
Binary11110110111010101100110101011000110010101010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EACD; }

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

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

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

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

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

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

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

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