#FAECC9

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

Shades of Gin Fizz #FAECC9

Tints of Gin Fizz #FAECC9

Color information

#FAECC9 (or 0xFAECC9) is unknown color: approx Gin Fizz. HEX triplet: FA, EC and C9. RGB value is (250,236,201). Sum of RGB (Red+Green+Blue) = 250+236+201=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 201 (78.91% from 255 or 29.26% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC9 is #051336. Grayscale: #ECECEC. Windows color (decimal): -332599 or 13233402. OLE color: 13233402.

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

Color convert

RGB250236201-
CMYK00.060.200.02
HSL42.86º83.05%88.43%-
HSV(B)42.86º19.6%98.04%-
XYZ79.9684.5367.36-
YUV236.2108.14137.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.39%
GREEN value IS 236 (92.58% from 255) = 34.35%
BLUE value IS 201 (78.91% from 255) = 29.26%
R=36.39%
G=34.35%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023620100.060.200.0242.8683.0588.43
HexFAECC9061422b5358
Octal3723543110624253123130
Binary1111101011101100110010010110101001010101110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECC9; }

 p { color: rgb(250,236,201); }

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

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

 a { background-color: rgb(250,236,201); }

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

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

 span { border-color: rgb(250,236,201); }

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