#FAB499

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

Shades of Mandys Pink #FAB499

Tints of Mandys Pink #FAB499

Color information

#FAB499 (or 0xFAB499) is unknown color: approx Mandys Pink. HEX triplet: FA, B4 and 99. RGB value is (250,180,153). Sum of RGB (Red+Green+Blue) = 250+180+153=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB499 is #054B66. Grayscale: #C6C6C6. Windows color (decimal): -346983 or 10073338. OLE color: 10073338.

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

Color convert

RGB250180153-
CMYK00.280.390.02
HSL16.7º90.65%79.02%-
HSV(B)16.7º38.8%98.04%-
XYZ61.555.2737.56-
YUV197.85102.69165.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 180 (70.70% from 255) = 30.87%
BLUE value IS 153 (60.16% from 255) = 26.24%
R=42.88%
G=30.87%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018015300.280.390.0216.790.6579.02
HexFAB49901C272115b4f
Octal37226423103447221133117
Binary111110101011010010011001011100100111101000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB499; }

 p { color: rgb(250,180,153); }

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

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

 a { background-color: rgb(250,180,153); }

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

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

 span { border-color: rgb(250,180,153); }

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