#FABC93

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

Shades of Mandys Pink #FABC93

Tints of Mandys Pink #FABC93

Color information

#FABC93 (or 0xFABC93) is unknown color: approx Mandys Pink. HEX triplet: FA, BC and 93. RGB value is (250,188,147). Sum of RGB (Red+Green+Blue) = 250+188+147=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABC93 is #05436C. Grayscale: #CACACA. Windows color (decimal): -344941 or 9682170. OLE color: 9682170.

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

Color convert

RGB250188147-
CMYK00.250.410.02
HSL23.88º91.15%77.84%-
HSV(B)23.88º41.2%98.04%-
XYZ62.6758.435.57-
YUV201.8697.04162.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 147 (57.81% from 255) = 25.13%
R=42.74%
G=32.14%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018814700.250.410.0223.8891.1577.84
HexFABC93019292185b4e
Octal37227422303151230133116
Binary111110101011110010010011011001101001101100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABC93; }

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

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

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

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

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

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

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

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