#FFBAAF

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

Shades of Melon #FFBAAF

Tints of Melon #FFBAAF

Color information

#FFBAAF (or 0xFFBAAF) is unknown color: approx Melon. HEX triplet: FF, BA and AF. RGB value is (255,186,175). Sum of RGB (Red+Green+Blue) = 255+186+175=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAAF is #004550. Grayscale: #CDCDCD. Windows color (decimal): -17745 or 11516671. OLE color: 11516671.

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

Color convert

RGB255186175-
CMYK00.270.310
HSL8.25º100%84.31%-
HSV(B)8.25º31.37%100%-
XYZ66.5459.4748.53-
YUV205.38110.86163.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=41.40%
G=30.19%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518617500.270.3108.2510084.31
HexFFBAAF01B1F086454
Octal37727225703337010144124
Binary111111111011101010101111011011111110100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAAF; }

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

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

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

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

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

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

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

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