#FAB48E

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

Shades of Mandys Pink #FAB48E

Tints of Mandys Pink #FAB48E

Color information

#FAB48E (or 0xFAB48E) is unknown color: approx Mandys Pink. HEX triplet: FA, B4 and 8E. RGB value is (250,180,142). Sum of RGB (Red+Green+Blue) = 250+180+142=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB48E is #054B71. Grayscale: #C4C4C4. Windows color (decimal): -346994 or 9352442. OLE color: 9352442.

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

Color convert

RGB250180142-
CMYK00.280.430.02
HSL21.11º91.53%76.86%-
HSV(B)21.11º43.2%98.04%-
XYZ60.6354.9233-
YUV196.697.19166.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 142 (55.86% from 255) = 24.83%
R=43.71%
G=31.47%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018014200.280.430.0221.1191.5376.86
HexFAB48E01C2B2155c4d
Octal37226421603453225134115
Binary111110101011010010001110011100101011101010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB48E; }

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

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

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

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

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

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

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

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