#FAECCA

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

Shades of Gin Fizz #FAECCA

Tints of Gin Fizz #FAECCA

Color information

#FAECCA (or 0xFAECCA) is unknown color: approx Gin Fizz. HEX triplet: FA, EC and CA. RGB value is (250,236,202). Sum of RGB (Red+Green+Blue) = 250+236+202=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECCA is #051335. Grayscale: #ECECEC. Windows color (decimal): -332598 or 13298938. OLE color: 13298938.

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

Color convert

RGB250236202-
CMYK00.060.190.02
HSL42.5º82.76%88.63%-
HSV(B)42.5º19.2%98.04%-
XYZ80.0884.5867.98-
YUV236.31108.64137.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 236 (92.58% from 255) = 34.30%
BLUE value IS 202 (79.30% from 255) = 29.36%
R=36.34%
G=34.30%
B=29.36%

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
Decimal25023620200.060.190.0242.582.7688.63
HexFAECCA061322a5359
Octal3723543120623252123131
Binary1111101011101100110010100110100111010101010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECCA; }

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

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

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

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

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

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

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

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