#FAB198

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

Shades of Mandys Pink #FAB198

Tints of Mandys Pink #FAB198

Color information

#FAB198 (or 0xFAB198) is unknown color: approx Mandys Pink. HEX triplet: FA, B1 and 98. RGB value is (250,177,152). Sum of RGB (Red+Green+Blue) = 250+177+152=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB198 is #054E67. Grayscale: #C4C4C4. Windows color (decimal): -347752 or 10007034. OLE color: 10007034.

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

Color convert

RGB250177152-
CMYK00.290.390.02
HSL15.31º90.74%78.82%-
HSV(B)15.31º39.2%98.04%-
XYZ60.8154.0436.93-
YUV195.98103.18166.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 177 (69.53% from 255) = 30.57%
BLUE value IS 152 (59.77% from 255) = 26.25%
R=43.18%
G=30.57%
B=26.25%

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
Decimal25017715200.290.390.0215.3190.7478.82
HexFAB19801D272f5b4f
Octal37226123003547217133117
Binary11111010101100011001100001110110011110111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB198; }

 p { color: rgb(250,177,152); }

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

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

 a { background-color: rgb(250,177,152); }

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

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

 span { border-color: rgb(250,177,152); }

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