#FBB7A7

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

Shades of Melon #FBB7A7

Tints of Melon #FBB7A7

Color information

#FBB7A7 (or 0xFBB7A7) is unknown color: approx Melon. HEX triplet: FB, B7 and A7. RGB value is (251,183,167). Sum of RGB (Red+Green+Blue) = 251+183+167=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 167 (65.62% from 255 or 27.79% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB7A7 is #044858. Grayscale: #C9C9C9. Windows color (decimal): -280665 or 10991611. OLE color: 10991611.

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

Color convert

RGB251183167-
CMYK00.270.330.02
HSL11.43º91.3%81.96%-
HSV(B)11.43º33.47%98.43%-
XYZ63.6957.1744.24-
YUV201.51108.53163.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.76%
GREEN value IS 183 (71.88% from 255) = 30.45%
BLUE value IS 167 (65.62% from 255) = 27.79%
R=41.76%
G=30.45%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118316700.270.330.0211.4391.381.96
HexFBB7A701B212b5b52
Octal37326724703341213133122
Binary11111011101101111010011101101110000110101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7A7; }

 p { color: rgb(251,183,167); }

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

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

 a { background-color: rgb(251,183,167); }

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

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

 span { border-color: rgb(251,183,167); }

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