#FABA9B

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

Shades of Mandys Pink #FABA9B

Tints of Mandys Pink #FABA9B

Color information

#FABA9B (or 0xFABA9B) is unknown color: approx Mandys Pink. HEX triplet: FA, BA and 9B. RGB value is (250,186,155). Sum of RGB (Red+Green+Blue) = 250+186+155=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA9B is #054564. Grayscale: #C9C9C9. Windows color (decimal): -345445 or 10205946. OLE color: 10205946.

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

Color convert

RGB250186155-
CMYK00.260.380.02
HSL19.58º90.48%79.41%-
HSV(B)19.58º38%98.04%-
XYZ62.957.8138.85-
YUV201.6101.7162.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 155 (60.94% from 255) = 26.23%
R=42.30%
G=31.47%
B=26.23%

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
Decimal25018615500.260.380.0219.5890.4879.41
HexFABA9B01A262145a4f
Octal37227223303246224132117
Binary111110101011101010011011011010100110101010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABA9B; }

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

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

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

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

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

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

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

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