#FAB493

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

Shades of Mandys Pink #FAB493

Tints of Mandys Pink #FAB493

Color information

#FAB493 (or 0xFAB493) is unknown color: approx Mandys Pink. HEX triplet: FA, B4 and 93. RGB value is (250,180,147). Sum of RGB (Red+Green+Blue) = 250+180+147=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 147 (57.81% from 255 or 25.48% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB493 is #054B6C. Grayscale: #C5C5C5. Windows color (decimal): -346989 or 9680122. OLE color: 9680122.

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

Color convert

RGB250180147-
CMYK00.280.410.02
HSL19.22º91.15%77.84%-
HSV(B)19.22º41.2%98.04%-
XYZ61.0155.0735.02-
YUV197.1799.69165.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.33%
GREEN value IS 180 (70.70% from 255) = 31.20%
BLUE value IS 147 (57.81% from 255) = 25.48%
R=43.33%
G=31.20%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018014700.280.410.0219.2291.1577.84
HexFAB49301C292135b4e
Octal37226422303451223133116
Binary111110101011010010010011011100101001101001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB493; }

 p { color: rgb(250,180,147); }

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

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

 a { background-color: rgb(250,180,147); }

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

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

 span { border-color: rgb(250,180,147); }

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