#F7EDCA

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

Shades of Gin Fizz #F7EDCA

Tints of Gin Fizz #F7EDCA

Color information

#F7EDCA (or 0xF7EDCA) is unknown color: approx Gin Fizz. HEX triplet: F7, ED and CA. RGB value is (247,237,202). Sum of RGB (Red+Green+Blue) = 247+237+202=686 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.01% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDCA is #081235. Grayscale: #ECECEC. Windows color (decimal): -528950 or 13299191. OLE color: 13299191.

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

Color convert

RGB247237202-
CMYK00.040.180.03
HSL46.67º73.77%88.04%-
HSV(B)46.67º18.22%96.86%-
XYZ79.384.6168.03-
YUV236108.81135.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.01%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 202 (79.30% from 255) = 29.45%
R=36.01%
G=34.55%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723720200.040.180.0346.6773.7788.04
HexF7EDCA041232f4a58
Octal3673553120422357112130
Binary1111011111101101110010100100100101110111110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDCA; }

 p { color: rgb(247,237,202); }

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

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

 a { background-color: rgb(247,237,202); }

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

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

 span { border-color: rgb(247,237,202); }

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