#FAB99F

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

Shades of Mandys Pink #FAB99F

Tints of Mandys Pink #FAB99F

Color information

#FAB99F (or 0xFAB99F) is unknown color: approx Mandys Pink. HEX triplet: FA, B9 and 9F. RGB value is (250,185,159). Sum of RGB (Red+Green+Blue) = 250+185+159=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB99F is #054660. Grayscale: #C9C9C9. Windows color (decimal): -345697 or 10467834. OLE color: 10467834.

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

Color convert

RGB250185159-
CMYK00.260.360.02
HSL17.14º90.1%80.2%-
HSV(B)17.14º36.4%98.04%-
XYZ63.0357.5340.58-
YUV201.47104.03162.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 185 (72.66% from 255) = 31.14%
BLUE value IS 159 (62.5% from 255) = 26.77%
R=42.09%
G=31.14%
B=26.77%

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
Decimal25018515900.260.360.0217.1490.180.2
HexFAB99F01A242115a50
Octal37227123703244221132120
Binary111110101011100110011111011010100100101000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB99F; }

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

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

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

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

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

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

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

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