#FABFFF

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

Shades of Mauve #FABFFF

Tints of Mauve #FABFFF

Color information

#FABFFF (or 0xFABFFF) is unknown color: approx Mauve. HEX triplet: FA, BF and FF. RGB value is (250,191,255). Sum of RGB (Red+Green+Blue) = 250+191+255=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 191 (75% from 255 or 27.44% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #FABFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFFF is #054000. Grayscale: #D7D7D7. Windows color (decimal): -344065 or 16760826. OLE color: 16760826.

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

Color convert

RGB250191255-
CMYK0.020.2500
HSL295.31º100%87.45%-
HSV(B)295.31º25.1%100%-
XYZ76.1164.81103.11-
YUV215.94150.05152.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 191 (75% from 255) = 27.44%
BLUE value IS 255 (100% from 255) = 36.64%
R=35.92%
G=27.44%
B=36.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501912550.020.2500295.3110087.45
HexFABFFF219001276457
Octal37227737723100447144127
Binary11111010101111111111111110110010010010011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFFF; }

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

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

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

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

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

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

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

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