#FABEA4

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

Shades of Mandys Pink #FABEA4

Tints of Mandys Pink #FABEA4

Color information

#FABEA4 (or 0xFABEA4) is unknown color: approx Mandys Pink. HEX triplet: FA, BE and A4. RGB value is (250,190,164). Sum of RGB (Red+Green+Blue) = 250+190+164=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABEA4 is #05415B. Grayscale: #CDCDCD. Windows color (decimal): -344412 or 10796794. OLE color: 10796794.

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

Color convert

RGB250190164-
CMYK00.240.340.02
HSL18.14º89.58%81.18%-
HSV(B)18.14º34.4%98.04%-
XYZ64.5459.8343.27-
YUV204.98104.88160.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 164 (64.45% from 255) = 27.15%
R=41.39%
G=31.46%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019016400.240.340.0218.1489.5881.18
HexFABEA4018222125a51
Octal37227624403042222132121
Binary111110101011111010100100011000100010101001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEA4; }

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

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

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

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

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

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

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

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