#FBB9A1

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

Shades of Mandys Pink #FBB9A1

Tints of Mandys Pink #FBB9A1

Color information

#FBB9A1 (or 0xFBB9A1) is unknown color: approx Mandys Pink. HEX triplet: FB, B9 and A1. RGB value is (251,185,161). Sum of RGB (Red+Green+Blue) = 251+185+161=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 161 (63.28% from 255 or 26.97% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB9A1 is #04465E. Grayscale: #CACACA. Windows color (decimal): -280159 or 10598907. OLE color: 10598907.

HSL color Cylindrical-coordinate representation of color #FBB9A1: hue angle of 16º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBB9A1 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB251185161-
CMYK00.260.360.02
HSL16º91.84%80.78%-
HSV(B)16º35.86%98.43%-
XYZ63.5757.7841.52-
YUV202104.87162.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.04%
GREEN value IS 185 (72.66% from 255) = 30.99%
BLUE value IS 161 (63.28% from 255) = 26.97%
R=42.04%
G=30.99%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118516100.260.360.021691.8480.78
HexFBB9A101A242105c51
Octal37327124103244220134121
Binary111110111011100110100001011010100100101000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9A1; }

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

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

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

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

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

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

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

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