#F9EDCF

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

Shades of Gin Fizz #F9EDCF

Tints of Gin Fizz #F9EDCF

Color information

#F9EDCF (or 0xF9EDCF) is unknown color: approx Gin Fizz. HEX triplet: F9, ED and CF. RGB value is (249,237,207). Sum of RGB (Red+Green+Blue) = 249+237+207=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDCF is #061230. Grayscale: #EDEDED. Windows color (decimal): -397873 or 13626873. OLE color: 13626873.

HSL color Cylindrical-coordinate representation of color #F9EDCF: hue angle of 42.86º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9EDCF is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249237207-
CMYK00.050.170.02
HSL42.86º77.78%89.41%-
HSV(B)42.86º16.87%97.65%-
XYZ80.6185.2171.23-
YUV237.17110.98136.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.93%
GREEN value IS 237 (92.97% from 255) = 34.20%
BLUE value IS 207 (81.25% from 255) = 29.87%
R=35.93%
G=34.20%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923720700.050.170.0242.8677.7889.41
HexF9EDCF051122b4e59
Octal3713553170521253116131
Binary1111100111101101110011110101100011010101110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EDCF; }

 p { color: rgb(249,237,207); }

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

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

 a { background-color: rgb(249,237,207); }

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

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

 span { border-color: rgb(249,237,207); }

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