#FABB9F

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

Shades of Mandys Pink #FABB9F

Tints of Mandys Pink #FABB9F

Color information

#FABB9F (or 0xFABB9F) is unknown color: approx Mandys Pink. HEX triplet: FA, BB and 9F. RGB value is (250,187,159). Sum of RGB (Red+Green+Blue) = 250+187+159=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB9F is #054460. Grayscale: #CACACA. Windows color (decimal): -345185 or 10468346. OLE color: 10468346.

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

Color convert

RGB250187159-
CMYK00.250.360.02
HSL18.46º90.1%80.2%-
HSV(B)18.46º36.4%98.04%-
XYZ63.4558.3740.72-
YUV202.64103.37161.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 159 (62.5% from 255) = 26.68%
R=41.95%
G=31.38%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018715900.250.360.0218.4690.180.2
HexFABB9F019242125a50
Octal37227323703144222132120
Binary111110101011101110011111011001100100101001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABB9F; }

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

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

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

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

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

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

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

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