#FABBA7

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

Shades of Melon #FABBA7

Tints of Melon #FABBA7

Color information

#FABBA7 (or 0xFABBA7) is unknown color: approx Melon. HEX triplet: FA, BB and A7. RGB value is (250,187,167). Sum of RGB (Red+Green+Blue) = 250+187+167=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 167 (65.62% from 255 or 27.65% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABBA7 is #054458. Grayscale: #CBCBCB. Windows color (decimal): -345177 or 10992634. OLE color: 10992634.

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

Color convert

RGB250187167-
CMYK00.250.330.02
HSL14.46º89.25%81.76%-
HSV(B)14.46º33.2%98.04%-
XYZ64.1758.6544.5-
YUV203.56107.37161.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 167 (65.62% from 255) = 27.65%
R=41.39%
G=30.96%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018716700.250.330.0214.4689.2581.76
HexFABBA7019212e5952
Octal37227324703141216131122
Binary11111010101110111010011101100110000110111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBA7; }

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

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

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

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

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

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

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

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