#FABDFF

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

Shades of Mauve #FABDFF

Tints of Mauve #FABDFF

Color information

#FABDFF (or 0xFABDFF) is unknown color: approx Mauve. HEX triplet: FA, BD and FF. RGB value is (250,189,255). Sum of RGB (Red+Green+Blue) = 250+189+255=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 189 (74.22% from 255 or 27.23% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #FABDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABDFF is #054200. Grayscale: #D6D6D6. Windows color (decimal): -344577 or 16760314. OLE color: 16760314.

HSL color Cylindrical-coordinate representation of color #FABDFF: hue angle of 295.45º 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 #FABDFF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB250189255-
CMYK0.020.2600
HSL295.45º100%87.06%-
HSV(B)295.45º25.88%100%-
XYZ75.6763.94102.96-
YUV214.76150.71153.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 189 (74.22% from 255) = 27.23%
BLUE value IS 255 (100% from 255) = 36.74%
R=36.02%
G=27.23%
B=36.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501892550.020.2600295.4510087.06
HexFABDFF21A001276457
Octal37227537723200447144127
Binary11111010101111011111111110110100010010011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDFF; }

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

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

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

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

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

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

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

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