#FABB9E

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

Shades of Mandys Pink #FABB9E

Tints of Mandys Pink #FABB9E

Color information

#FABB9E (or 0xFABB9E) is unknown color: approx Mandys Pink. HEX triplet: FA, BB and 9E. RGB value is (250,187,158). Sum of RGB (Red+Green+Blue) = 250+187+158=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB9E is #054461. Grayscale: #CACACA. Windows color (decimal): -345186 or 10402810. OLE color: 10402810.

HSL color Cylindrical-coordinate representation of color #FABB9E: hue angle of 18.91º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FABB9E is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250187158-
CMYK00.250.370.02
HSL18.91º90.2%80%-
HSV(B)18.91º36.8%98.04%-
XYZ63.3758.3340.27-
YUV202.53102.87161.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 158 (62.11% from 255) = 26.55%
R=42.02%
G=31.43%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018715800.250.370.0218.9190.280
HexFABB9E019252135a50
Octal37227323603145223132120
Binary111110101011101110011110011001100101101001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABB9E; }

 p { color: rgb(250,187,158); }

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

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

 a { background-color: rgb(250,187,158); }

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

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

 span { border-color: rgb(250,187,158); }

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