#FFBB9A

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

Shades of Mandys Pink #FFBB9A

Tints of Mandys Pink #FFBB9A

Color information

#FFBB9A (or 0xFFBB9A) is unknown color: approx Mandys Pink. HEX triplet: FF, BB and 9A. RGB value is (255,187,154). Sum of RGB (Red+Green+Blue) = 255+187+154=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBB9A is #004465. Grayscale: #CBCBCB. Windows color (decimal): -17510 or 10140671. OLE color: 10140671.

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

Color convert

RGB255187154-
CMYK00.270.400
HSL19.6º100%80.2%-
HSV(B)19.6º39.61%100%-
XYZ64.8459.1338.57-
YUV203.57100.03164.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 154 (60.55% from 255) = 25.84%
R=42.79%
G=31.38%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518715400.270.40019.610080.2
HexFFBB9A01B280146450
Octal37727323203350024144120
Binary11111111101110111001101001101110100001010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBB9A; }

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

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

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

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

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

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

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

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