#FAB7A1

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

Shades of Mandys Pink #FAB7A1

Tints of Mandys Pink #FAB7A1

Color information

#FAB7A1 (or 0xFAB7A1) is unknown color: approx Mandys Pink. HEX triplet: FA, B7 and A1. RGB value is (250,183,161). Sum of RGB (Red+Green+Blue) = 250+183+161=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB7A1 is #05485E. Grayscale: #C8C8C8. Windows color (decimal): -346207 or 10598394. OLE color: 10598394.

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

Color convert

RGB250183161-
CMYK00.270.360.02
HSL14.83º89.9%80.59%-
HSV(B)14.83º35.6%98.04%-
XYZ62.7956.7641.37-
YUV200.52105.7163.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 183 (71.88% from 255) = 30.81%
BLUE value IS 161 (63.28% from 255) = 27.10%
R=42.09%
G=30.81%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018316100.270.360.0214.8389.980.59
HexFAB7A101B242f5a51
Octal37226724103344217132121
Binary11111010101101111010000101101110010010111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7A1; }

 p { color: rgb(250,183,161); }

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

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

 a { background-color: rgb(250,183,161); }

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

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

 span { border-color: rgb(250,183,161); }

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