#FFBBA7

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

Shades of Melon #FFBBA7

Tints of Melon #FFBBA7

Color information

#FFBBA7 (or 0xFFBBA7) is unknown color: approx Melon. HEX triplet: FF, BB and A7. RGB value is (255,187,167). Sum of RGB (Red+Green+Blue) = 255+187+167=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 167 (65.62% from 255 or 27.42% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBA7 is #004458. Grayscale: #CDCDCD. Windows color (decimal): -17497 or 10992639. OLE color: 10992639.

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

Color convert

RGB255187167-
CMYK00.270.350
HSL13.64º100%82.75%-
HSV(B)13.64º34.51%100%-
XYZ65.9959.5944.58-
YUV205.05106.53163.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 167 (65.62% from 255) = 27.42%
R=41.87%
G=30.71%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518716700.270.35013.6410082.75
HexFFBBA701B230e6453
Octal37727324703343016144123
Binary1111111110111011101001110110111000110111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBA7; }

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

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

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

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

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

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

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

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