#FFBBB4

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

Shades of Melon #FFBBB4

Tints of Melon #FFBBB4

Color information

#FFBBB4 (or 0xFFBBB4) is unknown color: approx Melon. HEX triplet: FF, BB and B4. RGB value is (255,187,180). Sum of RGB (Red+Green+Blue) = 255+187+180=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBB4 is #00444B. Grayscale: #CECECE. Windows color (decimal): -17484 or 11844607. OLE color: 11844607.

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

Color convert

RGB255187180-
CMYK00.270.290
HSL5.6º100%85.29%-
HSV(B)5.6º29.41%100%-
XYZ67.2560.151.24-
YUV206.53113.03162.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 180 (70.70% from 255) = 28.94%
R=41.00%
G=30.06%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518718000.270.2905.610085.29
HexFFBBB401B1D066455
Octal3772732640333506144125
Binary11111111101110111011010001101111101011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBB4; }

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

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

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

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

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

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

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

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