#FFBAAD

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

Shades of Melon #FFBAAD

Tints of Melon #FFBAAD

Color information

#FFBAAD (or 0xFFBAAD) is unknown color: approx Melon. HEX triplet: FF, BA and AD. RGB value is (255,186,173). Sum of RGB (Red+Green+Blue) = 255+186+173=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAAD is #004552. Grayscale: #CDCDCD. Windows color (decimal): -17747 or 11385599. OLE color: 11385599.

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

Color convert

RGB255186173-
CMYK00.270.320
HSL9.51º100%83.92%-
HSV(B)9.51º32.16%100%-
XYZ66.3459.3947.5-
YUV205.15109.86163.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 173 (67.97% from 255) = 28.18%
R=41.53%
G=30.29%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518617300.270.3209.5110083.92
HexFFBAAD01B200a6454
Octal37727225503340012144124
Binary1111111110111010101011010110111000000101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAAD; }

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

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

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

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

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

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

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

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