#FFB9A1

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

Shades of Mandys Pink #FFB9A1

Tints of Mandys Pink #FFB9A1

Color information

#FFB9A1 (or 0xFFB9A1) is unknown color: approx Mandys Pink. HEX triplet: FF, B9 and A1. RGB value is (255,185,161). Sum of RGB (Red+Green+Blue) = 255+185+161=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9A1 is #00465E. Grayscale: #CBCBCB. Windows color (decimal): -18015 or 10598911. OLE color: 10598911.

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

Color convert

RGB255185161-
CMYK00.270.370
HSL15.32º100%81.57%-
HSV(B)15.32º36.86%100%-
XYZ65.0258.5341.59-
YUV203.19104.19164.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 185 (72.66% from 255) = 30.78%
BLUE value IS 161 (63.28% from 255) = 26.79%
R=42.43%
G=30.78%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518516100.270.37015.3210081.57
HexFFB9A101B250f6452
Octal37727124103345017144122
Binary1111111110111001101000010110111001010111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9A1; }

 p { color: rgb(255,185,161); }

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

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

 a { background-color: rgb(255,185,161); }

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

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

 span { border-color: rgb(255,185,161); }

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