#FABEA2

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

Shades of Mandys Pink #FABEA2

Tints of Mandys Pink #FABEA2

Color information

#FABEA2 (or 0xFABEA2) is unknown color: approx Mandys Pink. HEX triplet: FA, BE and A2. RGB value is (250,190,162). Sum of RGB (Red+Green+Blue) = 250+190+162=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABEA2 is #05415D. Grayscale: #CCCCCC. Windows color (decimal): -344414 or 10665722. OLE color: 10665722.

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

Color convert

RGB250190162-
CMYK00.240.350.02
HSL19.09º89.8%80.78%-
HSV(B)19.09º35.2%98.04%-
XYZ64.3659.7642.33-
YUV204.75103.88160.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 162 (63.67% from 255) = 26.91%
R=41.53%
G=31.56%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019016200.240.350.0219.0989.880.78
HexFABEA2018232135a51
Octal37227624203043223132121
Binary111110101011111010100010011000100011101001110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEA2; }

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

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

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

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

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

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

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

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