#FFBAB0

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

Shades of Melon #FFBAB0

Tints of Melon #FFBAB0

Color information

#FFBAB0 (or 0xFFBAB0) is unknown color: approx Melon. HEX triplet: FF, BA and B0. RGB value is (255,186,176). Sum of RGB (Red+Green+Blue) = 255+186+176=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAB0 is #00454F. Grayscale: #CDCDCD. Windows color (decimal): -17744 or 11582207. OLE color: 11582207.

HSL color Cylindrical-coordinate representation of color #FFBAB0: hue angle of 7.59º 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 #FFBAB0 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255186176-
CMYK00.270.310
HSL7.59º100%84.51%-
HSV(B)7.59º30.98%100%-
XYZ66.6459.5149.05-
YUV205.49111.36163.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 176 (69.14% from 255) = 28.53%
R=41.33%
G=30.15%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518617600.270.3107.5910084.51
HexFFBAB001B1F086455
Octal37727226003337010144125
Binary111111111011101010110000011011111110100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAB0; }

 p { color: rgb(255,186,176); }

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

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

 a { background-color: rgb(255,186,176); }

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

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

 span { border-color: rgb(255,186,176); }

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