#FBB6AD

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

Shades of Melon #FBB6AD

Tints of Melon #FBB6AD

Color information

#FBB6AD (or 0xFBB6AD) is unknown color: approx Melon. HEX triplet: FB, B6 and AD. RGB value is (251,182,173). Sum of RGB (Red+Green+Blue) = 251+182+173=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB6AD is #044952. Grayscale: #C9C9C9. Windows color (decimal): -280915 or 11384571. OLE color: 11384571.

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

Color convert

RGB251182173-
CMYK00.270.310.02
HSL6.92º90.7%83.14%-
HSV(B)6.92º31.08%98.43%-
XYZ64.0556.9847.16-
YUV201.6111.86163.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 182 (71.48% from 255) = 30.03%
BLUE value IS 173 (67.97% from 255) = 28.55%
R=41.42%
G=30.03%
B=28.55%

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
Decimal25118217300.270.310.026.9290.783.14
HexFBB6AD01B1F275b53
Octal3732662550333727133123
Binary111110111011011010101101011011111111011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6AD; }

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

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

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

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

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

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

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

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