#FBBAFF

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

Shades of Mauve #FBBAFF

Tints of Mauve #FBBAFF

Color information

#FBBAFF (or 0xFBBAFF) is unknown color: approx Mauve. HEX triplet: FB, BA and FF. RGB value is (251,186,255). Sum of RGB (Red+Green+Blue) = 251+186+255=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 186 (73.05% from 255 or 26.88% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAFF is #044500. Grayscale: #D5D5D5. Windows color (decimal): -279809 or 16759547. OLE color: 16759547.

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

Color convert

RGB251186255-
CMYK0.020.2700
HSL296.52º100%86.47%-
HSV(B)296.52º27.06%100%-
XYZ75.3962.85102.76-
YUV213.3151.53154.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 186 (73.05% from 255) = 26.88%
BLUE value IS 255 (100% from 255) = 36.85%
R=36.27%
G=26.88%
B=36.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511862550.020.2700296.5210086.47
HexFBBAFF21B001296456
Octal37327237723300451144126
Binary11111011101110101111111110110110010010100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAFF; }

 p { color: rgb(251,186,255); }

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

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

 a { background-color: rgb(251,186,255); }

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

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

 span { border-color: rgb(251,186,255); }

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