#FABEA1

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

Shades of Mandys Pink #FABEA1

Tints of Mandys Pink #FABEA1

Color information

#FABEA1 (or 0xFABEA1) is unknown color: approx Mandys Pink. HEX triplet: FA, BE and A1. RGB value is (250,190,161). Sum of RGB (Red+Green+Blue) = 250+190+161=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABEA1 is #05415E. Grayscale: #CCCCCC. Windows color (decimal): -344415 or 10600186. OLE color: 10600186.

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

Color convert

RGB250190161-
CMYK00.240.360.02
HSL19.55º89.9%80.59%-
HSV(B)19.55º35.6%98.04%-
XYZ64.2759.7241.86-
YUV204.63103.38160.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 161 (63.28% from 255) = 26.79%
R=41.60%
G=31.61%
B=26.79%

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
Decimal25019016100.240.360.0219.5589.980.59
HexFABEA1018242145a51
Octal37227624103044224132121
Binary111110101011111010100001011000100100101010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEA1; }

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

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

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

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

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

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

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

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