#FABB9B

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

Shades of Mandys Pink #FABB9B

Tints of Mandys Pink #FABB9B

Color information

#FABB9B (or 0xFABB9B) is unknown color: approx Mandys Pink. HEX triplet: FA, BB and 9B. RGB value is (250,187,155). Sum of RGB (Red+Green+Blue) = 250+187+155=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB9B is #054464. Grayscale: #CACACA. Windows color (decimal): -345189 or 10206202. OLE color: 10206202.

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

Color convert

RGB250187155-
CMYK00.250.380.02
HSL20.21º90.48%79.41%-
HSV(B)20.21º38%98.04%-
XYZ63.1158.2338.92-
YUV202.19101.37162.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 155 (60.94% from 255) = 26.18%
R=42.23%
G=31.59%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018715500.250.380.0220.2190.4879.41
HexFABB9B019262145a4f
Octal37227323303146224132117
Binary111110101011101110011011011001100110101010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABB9B; }

 p { color: rgb(250,187,155); }

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

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

 a { background-color: rgb(250,187,155); }

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

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

 span { border-color: rgb(250,187,155); }

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