#FBB9AD

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

Shades of Melon #FBB9AD

Tints of Melon #FBB9AD

Color information

#FBB9AD (or 0xFBB9AD) is unknown color: approx Melon. HEX triplet: FB, B9 and AD. RGB value is (251,185,173). Sum of RGB (Red+Green+Blue) = 251+185+173=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB9AD is #044652. Grayscale: #CBCBCB. Windows color (decimal): -280147 or 11385339. OLE color: 11385339.

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

Color convert

RGB251185173-
CMYK00.260.310.02
HSL9.23º90.7%83.14%-
HSV(B)9.23º31.08%98.43%-
XYZ64.6858.2247.36-
YUV203.37110.87161.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 185 (72.66% from 255) = 30.38%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=41.22%
G=30.38%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118517300.260.310.029.2390.783.14
HexFBB9AD01A1F295b53
Octal37327125503237211133123
Binary1111101110111001101011010110101111110100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9AD; }

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

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

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

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

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

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

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

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