#FABA9F

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

Shades of Mandys Pink #FABA9F

Tints of Mandys Pink #FABA9F

Color information

#FABA9F (or 0xFABA9F) is unknown color: approx Mandys Pink. HEX triplet: FA, BA and 9F. RGB value is (250,186,159). Sum of RGB (Red+Green+Blue) = 250+186+159=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA9F is #054560. Grayscale: #CACACA. Windows color (decimal): -345441 or 10468090. OLE color: 10468090.

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

Color convert

RGB250186159-
CMYK00.260.360.02
HSL17.8º90.1%80.2%-
HSV(B)17.8º36.4%98.04%-
XYZ63.2457.9540.65-
YUV202.06103.7162.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 159 (62.5% from 255) = 26.72%
R=42.02%
G=31.26%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018615900.260.360.0217.890.180.2
HexFABA9F01A242125a50
Octal37227223703244222132120
Binary111110101011101010011111011010100100101001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABA9F; }

 p { color: rgb(250,186,159); }

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

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

 a { background-color: rgb(250,186,159); }

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

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

 span { border-color: rgb(250,186,159); }

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