#FBB9B6

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

Shades of Melon #FBB9B6

Tints of Melon #FBB9B6

Color information

#FBB9B6 (or 0xFBB9B6) is unknown color: approx Melon. HEX triplet: FB, B9 and B6. RGB value is (251,185,182). Sum of RGB (Red+Green+Blue) = 251+185+182=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 182 (71.48% from 255 or 29.45% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9B6 is #044649. Grayscale: #CCCCCC. Windows color (decimal): -280138 or 11975163. OLE color: 11975163.

HSL color Cylindrical-coordinate representation of color #FBB9B6: hue angle of 2.61º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB9B6 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251185182-
CMYK00.260.270.02
HSL2.61º89.61%84.9%-
HSV(B)2.61º27.49%98.43%-
XYZ65.5858.5852.11-
YUV204.39115.37161.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.61%
GREEN value IS 185 (72.66% from 255) = 29.94%
BLUE value IS 182 (71.48% from 255) = 29.45%
R=40.61%
G=29.94%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118518200.260.270.022.6189.6184.9
HexFBB9B601A1B235a55
Octal3732712660323323132125
Binary11111011101110011011011001101011011101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9B6; }

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

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

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

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

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

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

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

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