#F9EBCA

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

Shades of Gin Fizz #F9EBCA

Tints of Gin Fizz #F9EBCA

Color information

#F9EBCA (or 0xF9EBCA) is unknown color: approx Gin Fizz. HEX triplet: F9, EB and CA. RGB value is (249,235,202). Sum of RGB (Red+Green+Blue) = 249+235+202=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EBCA is #061435. Grayscale: #EBEBEB. Windows color (decimal): -398390 or 13298681. OLE color: 13298681.

HSL color Cylindrical-coordinate representation of color #F9EBCA: hue angle of 42.13º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9EBCA is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249235202-
CMYK00.060.190.02
HSL42.13º79.66%88.43%-
HSV(B)42.13º18.88%97.65%-
XYZ79.4483.8267.87-
YUV235.42109.14137.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.30%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 202 (79.30% from 255) = 29.45%
R=36.30%
G=34.26%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923520200.060.190.0242.1379.6688.43
HexF9EBCA061322a5058
Octal3713533120623252120130
Binary1111100111101011110010100110100111010101010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EBCA; }

 p { color: rgb(249,235,202); }

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

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

 a { background-color: rgb(249,235,202); }

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

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

 span { border-color: rgb(249,235,202); }

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