#FFBBA9

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

Shades of Melon #FFBBA9

Tints of Melon #FFBBA9

Color information

#FFBBA9 (or 0xFFBBA9) is unknown color: approx Melon. HEX triplet: FF, BB and A9. RGB value is (255,187,169). Sum of RGB (Red+Green+Blue) = 255+187+169=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 169 (66.41% from 255 or 27.66% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBA9 is #004456. Grayscale: #CDCDCD. Windows color (decimal): -17495 or 11123711. OLE color: 11123711.

HSL color Cylindrical-coordinate representation of color #FFBBA9: hue angle of 12.56º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFBBA9 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB255187169-
CMYK00.270.340
HSL12.56º100%83.14%-
HSV(B)12.56º33.73%100%-
XYZ66.1759.6745.57-
YUV205.28107.53163.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 169 (66.41% from 255) = 27.66%
R=41.73%
G=30.61%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518716900.270.34012.5610083.14
HexFFBBA901B220d6453
Octal37727325103342015144123
Binary1111111110111011101010010110111000100110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBA9; }

 p { color: rgb(255,187,169); }

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

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

 a { background-color: rgb(255,187,169); }

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

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

 span { border-color: rgb(255,187,169); }

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