#FBEACA

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

Shades of Gin Fizz #FBEACA

Tints of Gin Fizz #FBEACA

Color information

#FBEACA (or 0xFBEACA) is unknown color: approx Gin Fizz. HEX triplet: FB, EA and CA. RGB value is (251,234,202). Sum of RGB (Red+Green+Blue) = 251+234+202=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 202 (79.30% from 255 or 29.40% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEACA is #041535. Grayscale: #EBEBEB. Windows color (decimal): -267574 or 13298427. OLE color: 13298427.

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

Color convert

RGB251234202-
CMYK00.070.200.02
HSL39.18º85.96%88.82%-
HSV(B)39.18º19.52%98.43%-
XYZ79.8783.6267.81-
YUV235.43109.13139.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 234 (91.80% from 255) = 34.06%
BLUE value IS 202 (79.30% from 255) = 29.40%
R=36.54%
G=34.06%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123420200.070.200.0239.1885.9688.82
HexFBEACA07142275659
Octal3733523120724247126131
Binary1111101111101010110010100111101001010011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEACA; }

 p { color: rgb(251,234,202); }

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

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

 a { background-color: rgb(251,234,202); }

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

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

 span { border-color: rgb(251,234,202); }

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