#FAB48F

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

Shades of Mandys Pink #FAB48F

Tints of Mandys Pink #FAB48F

Color information

#FAB48F (or 0xFAB48F) is unknown color: approx Mandys Pink. HEX triplet: FA, B4 and 8F. RGB value is (250,180,143). Sum of RGB (Red+Green+Blue) = 250+180+143=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB48F is #054B70. Grayscale: #C4C4C4. Windows color (decimal): -346993 or 9417978. OLE color: 9417978.

HSL color Cylindrical-coordinate representation of color #FAB48F: hue angle of 20.75º degrees, saturation: 0.91, 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 #FAB48F is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB250180143-
CMYK00.280.430.02
HSL20.75º91.45%77.06%-
HSV(B)20.75º42.8%98.04%-
XYZ60.754.9533.39-
YUV196.7197.69166.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 143 (56.25% from 255) = 24.96%
R=43.63%
G=31.41%
B=24.96%

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
Decimal25018014300.280.430.0220.7591.4577.06
HexFAB48F01C2B2155b4d
Octal37226421703453225133115
Binary111110101011010010001111011100101011101010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB48F; }

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

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

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

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

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

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

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

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