#FAB391

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

Shades of Mandys Pink #FAB391

Tints of Mandys Pink #FAB391

Color information

#FAB391 (or 0xFAB391) is unknown color: approx Mandys Pink. HEX triplet: FA, B3 and 91. RGB value is (250,179,145). Sum of RGB (Red+Green+Blue) = 250+179+145=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 145 (57.03% from 255 or 25.26% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB391 is #054C6E. Grayscale: #C4C4C4. Windows color (decimal): -347247 or 9548794. OLE color: 9548794.

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

Color convert

RGB250179145-
CMYK00.280.420.02
HSL19.43º91.3%77.45%-
HSV(B)19.43º42%98.04%-
XYZ60.6654.6134.13-
YUV196.3599.02166.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 179 (70.31% from 255) = 31.18%
BLUE value IS 145 (57.03% from 255) = 25.26%
R=43.55%
G=31.18%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017914500.280.420.0219.4391.377.45
HexFAB39101C2A2135b4d
Octal37226322103452223133115
Binary111110101011001110010001011100101010101001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB391; }

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

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

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

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

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

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

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

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