#FAB29A

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

Shades of Mandys Pink #FAB29A

Tints of Mandys Pink #FAB29A

Color information

#FAB29A (or 0xFAB29A) is unknown color: approx Mandys Pink. HEX triplet: FA, B2 and 9A. RGB value is (250,178,154). Sum of RGB (Red+Green+Blue) = 250+178+154=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB29A is #054D65. Grayscale: #C4C4C4. Windows color (decimal): -347494 or 10138362. OLE color: 10138362.

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

Color convert

RGB250178154-
CMYK00.290.380.02
HSL15º90.57%79.22%-
HSV(B)15º38.4%98.04%-
XYZ61.1854.537.87-
YUV196.79103.85165.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.96%
GREEN value IS 178 (69.92% from 255) = 30.58%
BLUE value IS 154 (60.55% from 255) = 26.46%
R=42.96%
G=30.58%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017815400.290.380.021590.5779.22
HexFAB29A01D262f5b4f
Octal37226223203546217133117
Binary11111010101100101001101001110110011010111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB29A; }

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

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

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

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

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

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

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

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