#FAB7A2

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

Shades of Mandys Pink #FAB7A2

Tints of Mandys Pink #FAB7A2

Color information

#FAB7A2 (or 0xFAB7A2) is unknown color: approx Mandys Pink. HEX triplet: FA, B7 and A2. RGB value is (250,183,162). Sum of RGB (Red+Green+Blue) = 250+183+162=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 162 (63.67% from 255 or 27.23% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB7A2 is #05485D. Grayscale: #C8C8C8. Windows color (decimal): -346206 or 10663930. OLE color: 10663930.

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

Color convert

RGB250183162-
CMYK00.270.350.02
HSL14.32º89.8%80.78%-
HSV(B)14.32º35.2%98.04%-
XYZ62.8856.841.83-
YUV200.64106.2163.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 183 (71.88% from 255) = 30.76%
BLUE value IS 162 (63.67% from 255) = 27.23%
R=42.02%
G=30.76%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018316200.270.350.0214.3289.880.78
HexFAB7A201B232e5a51
Octal37226724203343216132121
Binary11111010101101111010001001101110001110111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7A2; }

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

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

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

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

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

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

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

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