#FBB9A9

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

Shades of Melon #FBB9A9

Tints of Melon #FBB9A9

Color information

#FBB9A9 (or 0xFBB9A9) is unknown color: approx Melon. HEX triplet: FB, B9 and A9. RGB value is (251,185,169). Sum of RGB (Red+Green+Blue) = 251+185+169=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 169 (66.41% from 255 or 27.93% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB9A9 is #044656. Grayscale: #CBCBCB. Windows color (decimal): -280151 or 11123195. OLE color: 11123195.

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

Color convert

RGB251185169-
CMYK00.260.330.02
HSL11.71º91.11%82.35%-
HSV(B)11.71º32.67%98.43%-
XYZ64.2958.0745.36-
YUV202.91108.87162.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 185 (72.66% from 255) = 30.58%
BLUE value IS 169 (66.41% from 255) = 27.93%
R=41.49%
G=30.58%
B=27.93%

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
Decimal25118516900.260.330.0211.7191.1182.35
HexFBB9A901A212c5b52
Octal37327125103241214133122
Binary11111011101110011010100101101010000110110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9A9; }

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

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

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

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

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

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

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

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