#FFBBB1

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

Shades of Melon #FFBBB1

Tints of Melon #FFBBB1

Color information

#FFBBB1 (or 0xFFBBB1) is unknown color: approx Melon. HEX triplet: FF, BB and B1. RGB value is (255,187,177). Sum of RGB (Red+Green+Blue) = 255+187+177=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBB1 is #00444E. Grayscale: #CECECE. Windows color (decimal): -17487 or 11647999. OLE color: 11647999.

HSL color Cylindrical-coordinate representation of color #FFBBB1: hue angle of 7.69º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFBBB1 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255187177-
CMYK00.270.310
HSL7.69º100%84.71%-
HSV(B)7.69º30.59%100%-
XYZ66.9559.9749.64-
YUV206.19111.53162.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 177 (69.53% from 255) = 28.59%
R=41.20%
G=30.21%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518717700.270.3107.6910084.71
HexFFBBB101B1F086455
Octal37727326103337010144125
Binary111111111011101110110001011011111110100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBB1; }

 p { color: rgb(255,187,177); }

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

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

 a { background-color: rgb(255,187,177); }

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

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

 span { border-color: rgb(255,187,177); }

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