#FBBAA7

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

Shades of Melon #FBBAA7

Tints of Melon #FBBAA7

Color information

#FBBAA7 (or 0xFBBAA7) is unknown color: approx Melon. HEX triplet: FB, BA and A7. RGB value is (251,186,167). Sum of RGB (Red+Green+Blue) = 251+186+167=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 167 (65.62% from 255 or 27.65% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAA7 is #044558. Grayscale: #CBCBCB. Windows color (decimal): -279897 or 10992379. OLE color: 10992379.

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

Color convert

RGB251186167-
CMYK00.260.330.02
HSL13.57º91.3%81.96%-
HSV(B)13.57º33.47%98.43%-
XYZ64.3258.4244.44-
YUV203.27107.53162.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 167 (65.62% from 255) = 27.65%
R=41.56%
G=30.79%
B=27.65%

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
Decimal25118616700.260.330.0213.5791.381.96
HexFBBAA701A212e5b52
Octal37327224703241216133122
Binary11111011101110101010011101101010000110111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAA7; }

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

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

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

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

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

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

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

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