#FBB5A5

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

Shades of Melon #FBB5A5

Tints of Melon #FBB5A5

Color information

#FBB5A5 (or 0xFBB5A5) is unknown color: approx Melon. HEX triplet: FB, B5 and A5. RGB value is (251,181,165). Sum of RGB (Red+Green+Blue) = 251+181+165=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB5A5 is #044A5A. Grayscale: #C8C8C8. Windows color (decimal): -281179 or 10860027. OLE color: 10860027.

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

Color convert

RGB251181165-
CMYK00.280.340.02
HSL11.16º91.49%81.57%-
HSV(B)11.16º34.26%98.43%-
XYZ63.156.2743.13-
YUV200.11108.19164.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.04%
GREEN value IS 181 (71.09% from 255) = 30.32%
BLUE value IS 165 (64.84% from 255) = 27.64%
R=42.04%
G=30.32%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118116500.280.340.0211.1691.4981.57
HexFBB5A501C222b5b52
Octal37326524503442213133122
Binary11111011101101011010010101110010001010101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5A5; }

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

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

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

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

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

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

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

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