#FABEFE

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

Shades of Mauve #FABEFE

Tints of Mauve #FABEFE

Color information

#FABEFE (or 0xFABEFE) is unknown color: approx Mauve. HEX triplet: FA, BE and FE. RGB value is (250,190,254). Sum of RGB (Red+Green+Blue) = 250+190+254=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 190 (74.61% from 255 or 27.38% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #FABEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEFE is #054101. Grayscale: #D7D7D7. Windows color (decimal): -344322 or 16695034. OLE color: 16695034.

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

Color convert

RGB250190254-
CMYK0.020.2500.00
HSL296.25º96.97%87.06%-
HSV(B)296.25º25.2%99.61%-
XYZ75.7364.31102.19-
YUV215.24149.88152.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 190 (74.61% from 255) = 27.38%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=36.02%
G=27.38%
B=36.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2501902540.020.2500.00296.2596.9787.06
HexFABEFE219001286157
Octal37227637623100450141127
Binary11111010101111101111111010110010010010100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEFE; }

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

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

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

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

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

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

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

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