#FABCFE

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

Shades of Mauve #FABCFE

Tints of Mauve #FABCFE

Color information

#FABCFE (or 0xFABCFE) is unknown color: approx Mauve. HEX triplet: FA, BC and FE. RGB value is (250,188,254). Sum of RGB (Red+Green+Blue) = 250+188+254=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 188 (73.83% from 255 or 27.17% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #FABCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCFE is #054301. Grayscale: #D5D5D5. Windows color (decimal): -344834 or 16694522. OLE color: 16694522.

HSL color Cylindrical-coordinate representation of color #FABCFE: hue angle of 296.36º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABCFE is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB250188254-
CMYK0.020.2600.00
HSL296.36º97.06%86.67%-
HSV(B)296.36º25.98%99.61%-
XYZ75.363.45102.04-
YUV214.06150.54153.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 188 (73.83% from 255) = 27.17%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=36.13%
G=27.17%
B=36.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2501882540.020.2600.00296.3697.0686.67
HexFABCFE21A001286157
Octal37227437623200450141127
Binary11111010101111001111111010110100010010100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCFE; }

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

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

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

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

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

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

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

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