#FBB9AA

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

Shades of Melon #FBB9AA

Tints of Melon #FBB9AA

Color information

#FBB9AA (or 0xFBB9AA) is unknown color: approx Melon. HEX triplet: FB, B9 and AA. RGB value is (251,185,170). Sum of RGB (Red+Green+Blue) = 251+185+170=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB9AA is #044655. Grayscale: #CBCBCB. Windows color (decimal): -280150 or 11188731. OLE color: 11188731.

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

Color convert

RGB251185170-
CMYK00.260.320.02
HSL11.11º91.01%82.55%-
HSV(B)11.11º32.27%98.43%-
XYZ64.3958.1145.85-
YUV203.02109.37162.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 185 (72.66% from 255) = 30.53%
BLUE value IS 170 (66.80% from 255) = 28.05%
R=41.42%
G=30.53%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118517000.260.320.0211.1191.0182.55
HexFBB9AA01A202b5b53
Octal37327125203240213133123
Binary11111011101110011010101001101010000010101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9AA; }

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

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

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

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

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

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

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

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