#FABCFD

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

Shades of Mauve #FABCFD

Tints of Mauve #FABCFD

Color information

#FABCFD (or 0xFABCFD) is unknown color: approx Mauve. HEX triplet: FA, BC and FD. RGB value is (250,188,253). Sum of RGB (Red+Green+Blue) = 250+188+253=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 188 (73.83% from 255 or 27.21% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #FABCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCFD is #054302. Grayscale: #D5D5D5. Windows color (decimal): -344835 or 16628986. OLE color: 16628986.

HSL color Cylindrical-coordinate representation of color #FABCFD: hue angle of 297.23º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABCFD is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250188253-
CMYK0.010.2600.01
HSL297.23º94.2%86.47%-
HSV(B)297.23º25.69%99.22%-
XYZ75.1463.38101.2-
YUV213.95150.04153.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 188 (73.83% from 255) = 27.21%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=36.18%
G=27.21%
B=36.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501882530.010.2600.01297.2394.286.47
HexFABCFD11A011295e56
Octal37227437513201451136126
Binary1111101010111100111111011110100110010100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCFD; }

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

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

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

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

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

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

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

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