#FBB6AC

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

Shades of Melon #FBB6AC

Tints of Melon #FBB6AC

Color information

#FBB6AC (or 0xFBB6AC) is unknown color: approx Melon. HEX triplet: FB, B6 and AC. RGB value is (251,182,172). Sum of RGB (Red+Green+Blue) = 251+182+172=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB6AC is #044953. Grayscale: #C9C9C9. Windows color (decimal): -280916 or 11319035. OLE color: 11319035.

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

Color convert

RGB251182172-
CMYK00.270.310.02
HSL7.59º90.8%82.94%-
HSV(B)7.59º31.47%98.43%-
XYZ63.9656.9446.65-
YUV201.49111.36163.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 182 (71.48% from 255) = 30.08%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=41.49%
G=30.08%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118217200.270.310.027.5990.882.94
HexFBB6AC01B1F285b53
Octal37326625403337210133123
Binary1111101110110110101011000110111111110100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6AC; }

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

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

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

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

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

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

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

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