#FBB9A0

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

Shades of Mandys Pink #FBB9A0

Tints of Mandys Pink #FBB9A0

Color information

#FBB9A0 (or 0xFBB9A0) is unknown color: approx Mandys Pink. HEX triplet: FB, B9 and A0. RGB value is (251,185,160). Sum of RGB (Red+Green+Blue) = 251+185+160=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB9A0 is #04465F. Grayscale: #CACACA. Windows color (decimal): -280160 or 10533371. OLE color: 10533371.

HSL color Cylindrical-coordinate representation of color #FBB9A0: hue angle of 16.48º 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 #FBB9A0 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB251185160-
CMYK00.260.360.02
HSL16.48º91.92%80.59%-
HSV(B)16.48º36.25%98.43%-
XYZ63.4857.7541.06-
YUV201.88104.37163.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 185 (72.66% from 255) = 31.04%
BLUE value IS 160 (62.89% from 255) = 26.85%
R=42.11%
G=31.04%
B=26.85%

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
Decimal25118516000.260.360.0216.4891.9280.59
HexFBB9A001A242105c51
Octal37327124003244220134121
Binary111110111011100110100000011010100100101000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9A0; }

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

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

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

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

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

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

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

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