#FBBBB0

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

Shades of Melon #FBBBB0

Tints of Melon #FBBBB0

Color information

#FBBBB0 (or 0xFBBBB0) is unknown color: approx Melon. HEX triplet: FB, BB and B0. RGB value is (251,187,176). Sum of RGB (Red+Green+Blue) = 251+187+176=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBBB0 is #04444F. Grayscale: #CCCCCC. Windows color (decimal): -279632 or 11582459. OLE color: 11582459.

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

Color convert

RGB251187176-
CMYK00.250.300.02
HSL8.8º90.36%83.73%-
HSV(B)8.8º29.88%98.43%-
XYZ65.3959.1849.05-
YUV204.88111.7160.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 176 (69.14% from 255) = 28.66%
R=40.88%
G=30.46%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118717600.250.300.028.890.3683.73
HexFBBBB00191E295a54
Octal37327326003136211132124
Binary1111101110111011101100000110011111010100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBB0; }

 p { color: rgb(251,187,176); }

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

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

 a { background-color: rgb(251,187,176); }

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

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

 span { border-color: rgb(251,187,176); }

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