#fab494

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

Shades of Mandys Pink #FAB494

Tints of Mandys Pink #FAB494

Color information

#FAB494 (or 0xFAB494) is unknown color: approx Mandys Pink. HEX triplet: FA, B4 and 94. RGB value is (250,180,148). Sum of RGB (Red+Green+Blue) = 250+180+148=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB494 is #054B6B. Grayscale: #C5C5C5. Windows color (decimal): -346988 or 9745658. OLE color: 9745658.

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

Color convert

RGB250180148-
CMYK00.280.410.02
HSL18.82º91.07%78.04%-
HSV(B)18.82º40.8%98.04%-
XYZ61.0955.135.43-
YUV197.28100.19165.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.25%
GREEN value IS 180 (70.70% from 255) = 31.14%
BLUE value IS 148 (58.20% from 255) = 25.61%
R=43.25%
G=31.14%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018014800.280.410.0218.8291.0778.04
HexFAB49401C292135b4e
Octal37226422403451223133116
Binary111110101011010010010100011100101001101001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fab494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fab494; }

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

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

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

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

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

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

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

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