#FBB5AD

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

Shades of Melon #FBB5AD

Tints of Melon #FBB5AD

Color information

#FBB5AD (or 0xFBB5AD) is unknown color: approx Melon. HEX triplet: FB, B5 and AD. RGB value is (251,181,173). Sum of RGB (Red+Green+Blue) = 251+181+173=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB5AD is #044A52. Grayscale: #C9C9C9. Windows color (decimal): -281171 or 11384315. OLE color: 11384315.

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

Color convert

RGB251181173-
CMYK00.280.310.02
HSL6.15º90.7%83.14%-
HSV(B)6.15º31.08%98.43%-
XYZ63.8556.5747.09-
YUV201.02112.19163.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 181 (71.09% from 255) = 29.92%
BLUE value IS 173 (67.97% from 255) = 28.60%
R=41.49%
G=29.92%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118117300.280.310.026.1590.783.14
HexFBB5AD01C1F265b53
Octal3732652550343726133123
Binary111110111011010110101101011100111111011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5AD; }

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

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

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

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

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

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

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

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