#FFBAAB

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

Shades of Melon #FFBAAB

Tints of Melon #FFBAAB

Color information

#FFBAAB (or 0xFFBAAB) is unknown color: approx Melon. HEX triplet: FF, BA and AB. RGB value is (255,186,171). Sum of RGB (Red+Green+Blue) = 255+186+171=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAAB is #004554. Grayscale: #CDCDCD. Windows color (decimal): -17749 or 11254527. OLE color: 11254527.

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

Color convert

RGB255186171-
CMYK00.270.330
HSL10.71º100%83.53%-
HSV(B)10.71º32.94%100%-
XYZ66.1559.3246.49-
YUV204.92108.86163.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 171 (67.19% from 255) = 27.94%
R=41.67%
G=30.39%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518617100.270.33010.7110083.53
HexFFBAAB01B210b6454
Octal37727225303341013144124
Binary1111111110111010101010110110111000010101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAAB; }

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

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

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

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

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

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

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

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