#FFBA9F

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

Shades of Mandys Pink #FFBA9F

Tints of Mandys Pink #FFBA9F

Color information

#FFBA9F (or 0xFFBA9F) is unknown color: approx Mandys Pink. HEX triplet: FF, BA and 9F. RGB value is (255,186,159). Sum of RGB (Red+Green+Blue) = 255+186+159=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA9F is #004560. Grayscale: #CBCBCB. Windows color (decimal): -17761 or 10468095. OLE color: 10468095.

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

Color convert

RGB255186159-
CMYK00.270.380
HSL16.88º100%81.18%-
HSV(B)16.88º37.65%100%-
XYZ65.0658.8840.74-
YUV203.55102.86164.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 159 (62.5% from 255) = 26.5%
R=42.5%
G=31%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518615900.270.38016.8810081.18
HexFFBA9F01B260116451
Octal37727223703346021144121
Binary11111111101110101001111101101110011001000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA9F; }

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

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

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

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

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

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

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

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