#FBB9AB

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

Shades of Melon #FBB9AB

Tints of Melon #FBB9AB

Color information

#FBB9AB (or 0xFBB9AB) is unknown color: approx Melon. HEX triplet: FB, B9 and AB. RGB value is (251,185,171). Sum of RGB (Red+Green+Blue) = 251+185+171=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB9AB is #044654. Grayscale: #CBCBCB. Windows color (decimal): -280149 or 11254267. OLE color: 11254267.

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

Color convert

RGB251185171-
CMYK00.260.320.02
HSL10.5º90.91%82.75%-
HSV(B)10.5º31.87%98.43%-
XYZ64.4858.1546.35-
YUV203.14109.87162.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 171 (67.19% from 255) = 28.17%
R=41.35%
G=30.48%
B=28.17%

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
Decimal25118517100.260.320.0210.590.9182.75
HexFBB9AB01A202b5b53
Octal37327125303240213133123
Binary11111011101110011010101101101010000010101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9AB; }

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

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

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

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

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

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

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

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