#FBBA9C

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

Shades of Mandys Pink #FBBA9C

Tints of Mandys Pink #FBBA9C

Color information

#FBBA9C (or 0xFBBA9C) is unknown color: approx Mandys Pink. HEX triplet: FB, BA and 9C. RGB value is (251,186,156). Sum of RGB (Red+Green+Blue) = 251+186+156=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBA9C is #044563. Grayscale: #CACACA. Windows color (decimal): -279908 or 10271483. OLE color: 10271483.

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

Color convert

RGB251186156-
CMYK00.260.380.02
HSL18.95º92.23%79.8%-
HSV(B)18.95º37.85%98.43%-
XYZ63.3458.0339.31-
YUV202.02102.03162.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 156 (61.33% from 255) = 26.31%
R=42.33%
G=31.37%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118615600.260.380.0218.9592.2379.8
HexFBBA9C01A262135c50
Octal37327223403246223134120
Binary111110111011101010011100011010100110101001110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBA9C; }

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

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

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

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

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

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

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

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