#FBB5A8

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

Shades of Melon #FBB5A8

Tints of Melon #FBB5A8

Color information

#FBB5A8 (or 0xFBB5A8) is unknown color: approx Melon. HEX triplet: FB, B5 and A8. RGB value is (251,181,168). Sum of RGB (Red+Green+Blue) = 251+181+168=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB5A8 is #044A57. Grayscale: #C8C8C8. Windows color (decimal): -281176 or 11056635. OLE color: 11056635.

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

Color convert

RGB251181168-
CMYK00.280.330.02
HSL9.4º91.21%82.16%-
HSV(B)9.4º33.07%98.43%-
XYZ63.3856.3844.59-
YUV200.45109.69164.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 181 (71.09% from 255) = 30.17%
BLUE value IS 168 (66.02% from 255) = 28%
R=41.83%
G=30.17%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118116800.280.330.029.491.2182.16
HexFBB5A801C21295b52
Octal37326525003441211133122
Binary11111011101101011010100001110010000110100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5A8; }

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

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

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

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

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

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

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

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