#FABE9E

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

Shades of Mandys Pink #FABE9E

Tints of Mandys Pink #FABE9E

Color information

#FABE9E (or 0xFABE9E) is unknown color: approx Mandys Pink. HEX triplet: FA, BE and 9E. RGB value is (250,190,158). Sum of RGB (Red+Green+Blue) = 250+190+158=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABE9E is #054161. Grayscale: #CCCCCC. Windows color (decimal): -344418 or 10403578. OLE color: 10403578.

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

Color convert

RGB250190158-
CMYK00.240.370.02
HSL20.87º90.2%80%-
HSV(B)20.87º36.8%98.04%-
XYZ64.0159.6240.48-
YUV204.29101.88160.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 158 (62.11% from 255) = 26.42%
R=41.81%
G=31.77%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019015800.240.370.0220.8790.280
HexFABE9E018252155a50
Octal37227623603045225132120
Binary111110101011111010011110011000100101101010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABE9E; }

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

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

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

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

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

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

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

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