#FABBAA

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

Shades of Melon #FABBAA

Tints of Melon #FABBAA

Color information

#FABBAA (or 0xFABBAA) is unknown color: approx Melon. HEX triplet: FA, BB and AA. RGB value is (250,187,170). Sum of RGB (Red+Green+Blue) = 250+187+170=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABBAA is #054455. Grayscale: #CCCCCC. Windows color (decimal): -345174 or 11189242. OLE color: 11189242.

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

Color convert

RGB250187170-
CMYK00.250.320.02
HSL12.75º88.89%82.35%-
HSV(B)12.75º32%98.04%-
XYZ64.4558.7745.98-
YUV203.9108.87160.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=41.19%
G=30.81%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018717000.250.320.0212.7588.8982.35
HexFABBAA019202d5952
Octal37227325203140215131122
Binary11111010101110111010101001100110000010110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBAA; }

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

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

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

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

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

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

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

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