#FABFFE

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

Shades of Mauve #FABFFE

Tints of Mauve #FABFFE

Color information

#FABFFE (or 0xFABFFE) is unknown color: approx Mauve. HEX triplet: FA, BF and FE. RGB value is (250,191,254). Sum of RGB (Red+Green+Blue) = 250+191+254=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 191 (75% from 255 or 27.48% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #FABFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFFE is #054001. Grayscale: #D7D7D7. Windows color (decimal): -344066 or 16695290. OLE color: 16695290.

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

Color convert

RGB250191254-
CMYK0.020.2500.00
HSL296.19º96.92%87.25%-
HSV(B)296.19º24.8%99.61%-
XYZ75.9464.74102.26-
YUV215.82149.55152.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 191 (75% from 255) = 27.48%
BLUE value IS 254 (99.61% from 255) = 36.55%
R=35.97%
G=27.48%
B=36.55%

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
Decimal2501912540.020.2500.00296.1996.9287.25
HexFABFFE219001286157
Octal37227737623100450141127
Binary11111010101111111111111010110010010010100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFFE; }

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

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

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

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

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

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

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

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