#FABCFF

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

Shades of Mauve #FABCFF

Tints of Mauve #FABCFF

Color information

#FABCFF (or 0xFABCFF) is unknown color: approx Mauve. HEX triplet: FA, BC and FF. RGB value is (250,188,255). Sum of RGB (Red+Green+Blue) = 250+188+255=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 188 (73.83% from 255 or 27.13% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #FABCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCFF is #054300. Grayscale: #D5D5D5. Windows color (decimal): -344833 or 16760058. OLE color: 16760058.

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

Color convert

RGB250188255-
CMYK0.020.2600
HSL295.52º100%86.86%-
HSV(B)295.52º26.27%100%-
XYZ75.4663.51102.89-
YUV214.18151.04153.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 188 (73.83% from 255) = 27.13%
BLUE value IS 255 (100% from 255) = 36.80%
R=36.08%
G=27.13%
B=36.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501882550.020.2600295.5210086.86
HexFABCFF21A001286457
Octal37227437723200450144127
Binary11111010101111001111111110110100010010100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCFF; }

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

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

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

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

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

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

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

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