#FAB6A1

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

Shades of Mandys Pink #FAB6A1

Tints of Mandys Pink #FAB6A1

Color information

#FAB6A1 (or 0xFAB6A1) is unknown color: approx Mandys Pink. HEX triplet: FA, B6 and A1. RGB value is (250,182,161). Sum of RGB (Red+Green+Blue) = 250+182+161=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6A1 is #05495E. Grayscale: #C8C8C8. Windows color (decimal): -346463 or 10598138. OLE color: 10598138.

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

Color convert

RGB250182161-
CMYK00.270.360.02
HSL14.16º89.9%80.59%-
HSV(B)14.16º35.6%98.04%-
XYZ62.5956.3541.3-
YUV199.94106.03163.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 161 (63.28% from 255) = 27.15%
R=42.16%
G=30.69%
B=27.15%

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
Decimal25018216100.270.360.0214.1689.980.59
HexFAB6A101B242e5a51
Octal37226624103344216132121
Binary11111010101101101010000101101110010010111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6A1; }

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

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

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

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

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

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

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

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