#FBB5A4

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

Shades of Melon #FBB5A4

Tints of Melon #FBB5A4

Color information

#FBB5A4 (or 0xFBB5A4) is unknown color: approx Melon. HEX triplet: FB, B5 and A4. RGB value is (251,181,164). Sum of RGB (Red+Green+Blue) = 251+181+164=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB5A4 is #044A5B. Grayscale: #C8C8C8. Windows color (decimal): -281180 or 10794491. OLE color: 10794491.

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

Color convert

RGB251181164-
CMYK00.280.350.02
HSL11.72º91.58%81.37%-
HSV(B)11.72º34.66%98.43%-
XYZ63.0156.2442.66-
YUV199.99107.69164.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 181 (71.09% from 255) = 30.37%
BLUE value IS 164 (64.45% from 255) = 27.52%
R=42.11%
G=30.37%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118116400.280.350.0211.7291.5881.37
HexFBB5A401C232c5c51
Octal37326524403443214134121
Binary11111011101101011010010001110010001110110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5A4; }

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

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

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

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

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

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

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

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