#FBB9AF

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

Shades of Melon #FBB9AF

Tints of Melon #FBB9AF

Color information

#FBB9AF (or 0xFBB9AF) is unknown color: approx Melon. HEX triplet: FB, B9 and AF. RGB value is (251,185,175). Sum of RGB (Red+Green+Blue) = 251+185+175=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB9AF is #044650. Grayscale: #CBCBCB. Windows color (decimal): -280145 or 11516411. OLE color: 11516411.

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

Color convert

RGB251185175-
CMYK00.260.300.02
HSL7.89º90.48%83.53%-
HSV(B)7.89º30.28%98.43%-
XYZ64.8758.348.39-
YUV203.59111.87161.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 175 (68.75% from 255) = 28.64%
R=41.08%
G=30.28%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118517500.260.300.027.8990.4883.53
HexFBB9AF01A1E285a54
Octal37327125703236210132124
Binary1111101110111001101011110110101111010100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9AF; }

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

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

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

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

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

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

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

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