#FFBAA0

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

Shades of Mandys Pink #FFBAA0

Tints of Mandys Pink #FFBAA0

Color information

#FFBAA0 (or 0xFFBAA0) is unknown color: approx Mandys Pink. HEX triplet: FF, BA and A0. RGB value is (255,186,160). Sum of RGB (Red+Green+Blue) = 255+186+160=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAA0 is #00455F. Grayscale: #CBCBCB. Windows color (decimal): -17760 or 10533631. OLE color: 10533631.

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

Color convert

RGB255186160-
CMYK00.270.370
HSL16.42º100%81.37%-
HSV(B)16.42º37.25%100%-
XYZ65.1458.9241.2-
YUV203.67103.36164.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 160 (62.89% from 255) = 26.62%
R=42.43%
G=30.95%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518616000.270.37016.4210081.37
HexFFBAA001B250106451
Octal37727224003345020144121
Binary11111111101110101010000001101110010101000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAA0; }

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

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

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

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

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

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

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

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