#FABE9D

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

Shades of Mandys Pink #FABE9D

Tints of Mandys Pink #FABE9D

Color information

#FABE9D (or 0xFABE9D) is unknown color: approx Mandys Pink. HEX triplet: FA, BE and 9D. RGB value is (250,190,157). Sum of RGB (Red+Green+Blue) = 250+190+157=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABE9D is #054162. Grayscale: #CCCCCC. Windows color (decimal): -344419 or 10338042. OLE color: 10338042.

HSL color Cylindrical-coordinate representation of color #FABE9D: hue angle of 21.29º 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 #FABE9D is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250190157-
CMYK00.240.370.02
HSL21.29º90.29%79.8%-
HSV(B)21.29º37.2%98.04%-
XYZ63.9259.5940.03-
YUV204.18101.38160.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 157 (61.72% from 255) = 26.30%
R=41.88%
G=31.83%
B=26.30%

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
Decimal25019015700.240.370.0221.2990.2979.8
HexFABE9D018252155a50
Octal37227623503045225132120
Binary111110101011111010011101011000100101101010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABE9D; }

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

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

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

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

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

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

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

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