#FAB49E

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

Shades of Mandys Pink #FAB49E

Tints of Mandys Pink #FAB49E

Color information

#FAB49E (or 0xFAB49E) is unknown color: approx Mandys Pink. HEX triplet: FA, B4 and 9E. RGB value is (250,180,158). Sum of RGB (Red+Green+Blue) = 250+180+158=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB49E is #054B61. Grayscale: #C6C6C6. Windows color (decimal): -346978 or 10401018. OLE color: 10401018.

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

Color convert

RGB250180158-
CMYK00.280.370.02
HSL14.35º90.2%80%-
HSV(B)14.35º36.8%98.04%-
XYZ61.9255.4439.78-
YUV198.42105.19164.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.52%
GREEN value IS 180 (70.70% from 255) = 30.61%
BLUE value IS 158 (62.11% from 255) = 26.87%
R=42.52%
G=30.61%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018015800.280.370.0214.3590.280
HexFAB49E01C252e5a50
Octal37226423603445216132120
Binary11111010101101001001111001110010010110111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB49E; }

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

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

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

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

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

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

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

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