#FBBA9F

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

Shades of Mandys Pink #FBBA9F

Tints of Mandys Pink #FBBA9F

Color information

#FBBA9F (or 0xFBBA9F) is unknown color: approx Mandys Pink. HEX triplet: FB, BA and 9F. RGB value is (251,186,159). Sum of RGB (Red+Green+Blue) = 251+186+159=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBA9F is #044560. Grayscale: #CACACA. Windows color (decimal): -279905 or 10468091. OLE color: 10468091.

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

Color convert

RGB251186159-
CMYK00.260.370.02
HSL17.61º92%80.39%-
HSV(B)17.61º36.65%98.43%-
XYZ63.658.1340.67-
YUV202.36103.53162.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 159 (62.5% from 255) = 26.68%
R=42.11%
G=31.21%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118615900.260.370.0217.619280.39
HexFBBA9F01A252125c50
Octal37327223703245222134120
Binary111110111011101010011111011010100101101001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBA9F; }

 p { color: rgb(251,186,159); }

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

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

 a { background-color: rgb(251,186,159); }

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

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

 span { border-color: rgb(251,186,159); }

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