#FBB5AB

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

Shades of Melon #FBB5AB

Tints of Melon #FBB5AB

Color information

#FBB5AB (or 0xFBB5AB) is unknown color: approx Melon. HEX triplet: FB, B5 and AB. RGB value is (251,181,171). Sum of RGB (Red+Green+Blue) = 251+181+171=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB5AB is #044A54. Grayscale: #C8C8C8. Windows color (decimal): -281173 or 11253243. OLE color: 11253243.

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

Color convert

RGB251181171-
CMYK00.280.320.02
HSL7.5º90.91%82.75%-
HSV(B)7.5º31.87%98.43%-
XYZ63.6656.546.08-
YUV200.79111.19163.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.63%
GREEN value IS 181 (71.09% from 255) = 30.02%
BLUE value IS 171 (67.19% from 255) = 28.36%
R=41.63%
G=30.02%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118117100.280.320.027.590.9182.75
HexFBB5AB01C20285b53
Octal37326525303440210133123
Binary11111011101101011010101101110010000010100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5AB; }

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

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

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

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

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

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

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

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