#FAB299

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

Shades of Mandys Pink #FAB299

Tints of Mandys Pink #FAB299

Color information

#FAB299 (or 0xFAB299) is unknown color: approx Mandys Pink. HEX triplet: FA, B2 and 99. RGB value is (250,178,153). Sum of RGB (Red+Green+Blue) = 250+178+153=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB299 is #054D66. Grayscale: #C4C4C4. Windows color (decimal): -347495 or 10072826. OLE color: 10072826.

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

Color convert

RGB250178153-
CMYK00.290.390.02
HSL15.46º90.65%79.02%-
HSV(B)15.46º38.8%98.04%-
XYZ61.0954.4637.43-
YUV196.68103.35166.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 153 (60.16% from 255) = 26.33%
R=43.03%
G=30.64%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017815300.290.390.0215.4690.6579.02
HexFAB29901D272f5b4f
Octal37226223103547217133117
Binary11111010101100101001100101110110011110111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB299; }

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

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

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

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

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

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

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

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