#FABEA0

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

Shades of Mandys Pink #FABEA0

Tints of Mandys Pink #FABEA0

Color information

#FABEA0 (or 0xFABEA0) is unknown color: approx Mandys Pink. HEX triplet: FA, BE and A0. RGB value is (250,190,160). Sum of RGB (Red+Green+Blue) = 250+190+160=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABEA0 is #05415F. Grayscale: #CCCCCC. Windows color (decimal): -344416 or 10534650. OLE color: 10534650.

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

Color convert

RGB250190160-
CMYK00.240.360.02
HSL20º90%80.39%-
HSV(B)20º36%98.04%-
XYZ64.1859.6941.4-
YUV204.52102.88160.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 190 (74.61% from 255) = 31.67%
BLUE value IS 160 (62.89% from 255) = 26.67%
R=41.67%
G=31.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019016000.240.360.02209080.39
HexFABEA0018242145a50
Octal37227624003044224132120
Binary111110101011111010100000011000100100101010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEA0; }

 p { color: rgb(250,190,160); }

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

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

 a { background-color: rgb(250,190,160); }

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

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

 span { border-color: rgb(250,190,160); }

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