#FBBBB2

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

Shades of Melon #FBBBB2

Tints of Melon #FBBBB2

Color information

#FBBBB2 (or 0xFBBBB2) is unknown color: approx Melon. HEX triplet: FB, BB and B2. RGB value is (251,187,178). Sum of RGB (Red+Green+Blue) = 251+187+178=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBBB2 is #04444D. Grayscale: #CDCDCD. Windows color (decimal): -279630 or 11713531. OLE color: 11713531.

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

Color convert

RGB251187178-
CMYK00.250.290.02
HSL7.4º90.12%84.12%-
HSV(B)7.4º29.08%98.43%-
XYZ65.5959.2650.1-
YUV205.11112.7160.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.75%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 178 (69.92% from 255) = 28.90%
R=40.75%
G=30.36%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118717800.250.290.027.490.1284.12
HexFBBBB20191D275a54
Octal3732732620313527132124
Binary111110111011101110110010011001111011011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBB2; }

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

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

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

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

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

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

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

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