#FFBBA8

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

Shades of Melon #FFBBA8

Tints of Melon #FFBBA8

Color information

#FFBBA8 (or 0xFFBBA8) is unknown color: approx Melon. HEX triplet: FF, BB and A8. RGB value is (255,187,168). Sum of RGB (Red+Green+Blue) = 255+187+168=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBA8 is #004457. Grayscale: #CDCDCD. Windows color (decimal): -17496 or 11058175. OLE color: 11058175.

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

Color convert

RGB255187168-
CMYK00.270.340
HSL13.1º100%82.94%-
HSV(B)13.1º34.12%100%-
XYZ66.0859.6345.07-
YUV205.17107.03163.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 187 (73.44% from 255) = 30.66%
BLUE value IS 168 (66.02% from 255) = 27.54%
R=41.80%
G=30.66%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518716800.270.34013.110082.94
HexFFBBA801B220d6453
Octal37727325003342015144123
Binary1111111110111011101010000110111000100110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBA8; }

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

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

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

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

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

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

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

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