#FABBA4

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

Shades of Melon #FABBA4

Tints of Melon #FABBA4

Color information

#FABBA4 (or 0xFABBA4) is unknown color: approx Melon. HEX triplet: FA, BB and A4. RGB value is (250,187,164). Sum of RGB (Red+Green+Blue) = 250+187+164=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 164 (64.45% from 255 or 27.29% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABBA4 is #05445B. Grayscale: #CBCBCB. Windows color (decimal): -345180 or 10796026. OLE color: 10796026.

HSL color Cylindrical-coordinate representation of color #FABBA4: hue angle of 16.05º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FABBA4 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB250187164-
CMYK00.250.340.02
HSL16.05º89.58%81.18%-
HSV(B)16.05º34.4%98.04%-
XYZ63.958.5443.05-
YUV203.22105.87161.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 164 (64.45% from 255) = 27.29%
R=41.60%
G=31.11%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018716400.250.340.0216.0589.5881.18
HexFABBA4019222105a51
Octal37227324403142220132121
Binary111110101011101110100100011001100010101000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBA4; }

 p { color: rgb(250,187,164); }

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

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

 a { background-color: rgb(250,187,164); }

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

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

 span { border-color: rgb(250,187,164); }

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