#FAB18D

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

Shades of Mandys Pink #FAB18D

Tints of Mandys Pink #FAB18D

Color information

#FAB18D (or 0xFAB18D) is unknown color: approx Mandys Pink. HEX triplet: FA, B1 and 8D. RGB value is (250,177,141). Sum of RGB (Red+Green+Blue) = 250+177+141=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB18D is #054E72. Grayscale: #C2C2C2. Windows color (decimal): -347763 or 9286138. OLE color: 9286138.

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

Color convert

RGB250177141-
CMYK00.290.440.02
HSL19.82º91.6%76.67%-
HSV(B)19.82º43.6%98.04%-
XYZ59.9553.6932.4-
YUV194.7297.68167.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 141 (55.47% from 255) = 24.82%
R=44.01%
G=31.16%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017714100.290.440.0219.8291.676.67
HexFAB18D01D2C2145c4d
Octal37226121503554224134115
Binary111110101011000110001101011101101100101010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB18D; }

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

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

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

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

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

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

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

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