#FAEBCB

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

Shades of Gin Fizz #FAEBCB

Tints of Gin Fizz #FAEBCB

Color information

#FAEBCB (or 0xFAEBCB) is unknown color: approx Gin Fizz. HEX triplet: FA, EB and CB. RGB value is (250,235,203). Sum of RGB (Red+Green+Blue) = 250+235+203=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBCB is #051434. Grayscale: #EBEBEB. Windows color (decimal): -332853 or 13364218. OLE color: 13364218.

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

Color convert

RGB250235203-
CMYK00.060.190.02
HSL40.85º82.46%88.82%-
HSV(B)40.85º18.8%98.04%-
XYZ79.9184.0568.51-
YUV235.84109.47138.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 203 (79.69% from 255) = 29.51%
R=36.34%
G=34.16%
B=29.51%

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
Decimal25023520300.060.190.0240.8582.4688.82
HexFAEBCB06132295259
Octal3723533130623251122131
Binary1111101011101011110010110110100111010100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBCB; }

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

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

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

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

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

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

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

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