#FBBAA5

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

Shades of Melon #FBBAA5

Tints of Melon #FBBAA5

Color information

#FBBAA5 (or 0xFBBAA5) is unknown color: approx Melon. HEX triplet: FB, BA and A5. RGB value is (251,186,165). Sum of RGB (Red+Green+Blue) = 251+186+165=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 165 (64.84% from 255 or 27.41% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAA5 is #04455A. Grayscale: #CBCBCB. Windows color (decimal): -279899 or 10861307. OLE color: 10861307.

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

Color convert

RGB251186165-
CMYK00.260.340.02
HSL14.65º91.49%81.57%-
HSV(B)14.65º34.26%98.43%-
XYZ64.1358.3443.48-
YUV203.04106.53162.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.69%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 165 (64.84% from 255) = 27.41%
R=41.69%
G=30.90%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118616500.260.340.0214.6591.4981.57
HexFBBAA501A222f5b52
Octal37327224503242217133122
Binary11111011101110101010010101101010001010111110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAA5; }

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

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

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

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

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

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

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

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