#FBB9A5

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

Shades of Melon #FBB9A5

Tints of Melon #FBB9A5

Color information

#FBB9A5 (or 0xFBB9A5) is unknown color: approx Melon. HEX triplet: FB, B9 and A5. RGB value is (251,185,165). Sum of RGB (Red+Green+Blue) = 251+185+165=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB9A5 is #04465A. Grayscale: #CACACA. Windows color (decimal): -280155 or 10861051. OLE color: 10861051.

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

Color convert

RGB251185165-
CMYK00.260.340.02
HSL13.95º91.49%81.57%-
HSV(B)13.95º34.26%98.43%-
XYZ63.9257.9243.41-
YUV202.45106.87162.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.76%
GREEN value IS 185 (72.66% from 255) = 30.78%
BLUE value IS 165 (64.84% from 255) = 27.45%
R=41.76%
G=30.78%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118516500.260.340.0213.9591.4981.57
HexFBB9A501A222e5b52
Octal37327124503242216133122
Binary11111011101110011010010101101010001010111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9A5; }

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

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

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

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

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

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

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

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