#FAECCB

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

Shades of Gin Fizz #FAECCB

Tints of Gin Fizz #FAECCB

Color information

#FAECCB (or 0xFAECCB) is unknown color: approx Gin Fizz. HEX triplet: FA, EC and CB. RGB value is (250,236,203). Sum of RGB (Red+Green+Blue) = 250+236+203=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECCB is #051334. Grayscale: #ECECEC. Windows color (decimal): -332597 or 13364474. OLE color: 13364474.

HSL color Cylindrical-coordinate representation of color #FAECCB: hue angle of 42.13º degrees, saturation: 0.82, 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 #FAECCB is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250236203-
CMYK00.060.190.02
HSL42.13º82.46%88.82%-
HSV(B)42.13º18.8%98.04%-
XYZ80.284.6368.61-
YUV236.42109.14137.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.28%
GREEN value IS 236 (92.58% from 255) = 34.25%
BLUE value IS 203 (79.69% from 255) = 29.46%
R=36.28%
G=34.25%
B=29.46%

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
Decimal25023620300.060.190.0242.1382.4688.82
HexFAECCB061322a5259
Octal3723543130623252122131
Binary1111101011101100110010110110100111010101010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECCB; }

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

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

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

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

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

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

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

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