#FBBAA9

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

Shades of Melon #FBBAA9

Tints of Melon #FBBAA9

Color information

#FBBAA9 (or 0xFBBAA9) is unknown color: approx Melon. HEX triplet: FB, BA and A9. RGB value is (251,186,169). Sum of RGB (Red+Green+Blue) = 251+186+169=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 169 (66.41% from 255 or 27.89% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAA9 is #044556. Grayscale: #CBCBCB. Windows color (decimal): -279895 or 11123451. OLE color: 11123451.

HSL color Cylindrical-coordinate representation of color #FBBAA9: hue angle of 12.44º degrees, saturation: 0.91, 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 #FBBAA9 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB251186169-
CMYK00.260.330.02
HSL12.44º91.11%82.35%-
HSV(B)12.44º32.67%98.43%-
XYZ64.558.4945.43-
YUV203.5108.53161.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 169 (66.41% from 255) = 27.89%
R=41.42%
G=30.69%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118616900.260.330.0212.4491.1182.35
HexFBBAA901A212c5b52
Octal37327225103241214133122
Binary11111011101110101010100101101010000110110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAA9; }

 p { color: rgb(251,186,169); }

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

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

 a { background-color: rgb(251,186,169); }

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

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

 span { border-color: rgb(251,186,169); }

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