#FAB393

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

Shades of Mandys Pink #FAB393

Tints of Mandys Pink #FAB393

Color information

#FAB393 (or 0xFAB393) is unknown color: approx Mandys Pink. HEX triplet: FA, B3 and 93. RGB value is (250,179,147). Sum of RGB (Red+Green+Blue) = 250+179+147=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB393 is #054C6C. Grayscale: #C4C4C4. Windows color (decimal): -347245 or 9679866. OLE color: 9679866.

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

Color convert

RGB250179147-
CMYK00.280.410.02
HSL18.64º91.15%77.84%-
HSV(B)18.64º41.2%98.04%-
XYZ60.8154.6734.95-
YUV196.58100.02166.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 179 (70.31% from 255) = 31.08%
BLUE value IS 147 (57.81% from 255) = 25.52%
R=43.40%
G=31.08%
B=25.52%

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
Decimal25017914700.280.410.0218.6491.1577.84
HexFAB39301C292135b4e
Octal37226322303451223133116
Binary111110101011001110010011011100101001101001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB393; }

 p { color: rgb(250,179,147); }

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

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

 a { background-color: rgb(250,179,147); }

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

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

 span { border-color: rgb(250,179,147); }

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