#FFBBA0

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

Shades of Mandys Pink #FFBBA0

Tints of Mandys Pink #FFBBA0

Color information

#FFBBA0 (or 0xFFBBA0) is unknown color: approx Mandys Pink. HEX triplet: FF, BB and A0. RGB value is (255,187,160). Sum of RGB (Red+Green+Blue) = 255+187+160=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBA0 is #00445F. Grayscale: #CCCCCC. Windows color (decimal): -17504 or 10533887. OLE color: 10533887.

HSL color Cylindrical-coordinate representation of color #FFBBA0: hue angle of 17.05º 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 #FFBBA0 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB255187160-
CMYK00.270.370
HSL17.05º100%81.37%-
HSV(B)17.05º37.25%100%-
XYZ65.3659.3441.27-
YUV204.25103.03164.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 160 (62.89% from 255) = 26.58%
R=42.36%
G=31.06%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518716000.270.37017.0510081.37
HexFFBBA001B250116451
Octal37727324003345021144121
Binary11111111101110111010000001101110010101000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBA0; }

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

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

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

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

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

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

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

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