#FAB891

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

Shades of Mandys Pink #FAB891

Tints of Mandys Pink #FAB891

Color information

#FAB891 (or 0xFAB891) is unknown color: approx Mandys Pink. HEX triplet: FA, B8 and 91. RGB value is (250,184,145). Sum of RGB (Red+Green+Blue) = 250+184+145=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB891 is #05476E. Grayscale: #C7C7C7. Windows color (decimal): -345967 or 9550074. OLE color: 9550074.

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

Color convert

RGB250184145-
CMYK00.260.420.02
HSL22.29º91.3%77.45%-
HSV(B)22.29º42%98.04%-
XYZ61.6856.6534.47-
YUV199.2997.37164.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 184 (72.27% from 255) = 31.78%
BLUE value IS 145 (57.03% from 255) = 25.04%
R=43.18%
G=31.78%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018414500.260.420.0222.2991.377.45
HexFAB89101A2A2165b4d
Octal37227022103252226133115
Binary111110101011100010010001011010101010101011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB891; }

 p { color: rgb(250,184,145); }

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

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

 a { background-color: rgb(250,184,145); }

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

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

 span { border-color: rgb(250,184,145); }

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