#FAB997

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

Shades of Mandys Pink #FAB997

Tints of Mandys Pink #FAB997

Color information

#FAB997 (or 0xFAB997) is unknown color: approx Mandys Pink. HEX triplet: FA, B9 and 97. RGB value is (250,185,151). Sum of RGB (Red+Green+Blue) = 250+185+151=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB997 is #054668. Grayscale: #C8C8C8. Windows color (decimal): -345705 or 9943546. OLE color: 9943546.

HSL color Cylindrical-coordinate representation of color #FAB997: hue angle of 20.61º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAB997 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250185151-
CMYK00.260.400.02
HSL20.61º90.83%78.63%-
HSV(B)20.61º39.6%98.04%-
XYZ62.3657.2637.04-
YUV200.56100.03163.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 185 (72.66% from 255) = 31.57%
BLUE value IS 151 (59.38% from 255) = 25.77%
R=42.66%
G=31.57%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018515100.260.400.0220.6190.8378.63
HexFAB99701A282155b4f
Octal37227122703250225133117
Binary111110101011100110010111011010101000101010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB997; }

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

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

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

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

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

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

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

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