#FABC9B

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

Shades of Mandys Pink #FABC9B

Tints of Mandys Pink #FABC9B

Color information

#FABC9B (or 0xFABC9B) is unknown color: approx Mandys Pink. HEX triplet: FA, BC and 9B. RGB value is (250,188,155). Sum of RGB (Red+Green+Blue) = 250+188+155=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABC9B is #054364. Grayscale: #CACACA. Windows color (decimal): -344933 or 10206458. OLE color: 10206458.

HSL color Cylindrical-coordinate representation of color #FABC9B: hue angle of 20.84º degrees, saturation: 0.9, 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 #FABC9B is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250188155-
CMYK00.250.380.02
HSL20.84º90.48%79.41%-
HSV(B)20.84º38%98.04%-
XYZ63.3258.6638.99-
YUV202.78101.04161.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 155 (60.94% from 255) = 26.14%
R=42.16%
G=31.70%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018815500.250.380.0220.8490.4879.41
HexFABC9B019262155a4f
Octal37227423303146225132117
Binary111110101011110010011011011001100110101010110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABC9B; }

 p { color: rgb(250,188,155); }

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

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

 a { background-color: rgb(250,188,155); }

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

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

 span { border-color: rgb(250,188,155); }

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