#FBB6FF

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

Shades of Mauve #FBB6FF

Tints of Mauve #FBB6FF

Color information

#FBB6FF (or 0xFBB6FF) is unknown color: approx Mauve. HEX triplet: FB, B6 and FF. RGB value is (251,182,255). Sum of RGB (Red+Green+Blue) = 251+182+255=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 182 (71.48% from 255 or 26.45% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBB6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6FF is #044900. Grayscale: #D2D2D2. Windows color (decimal): -280833 or 16758523. OLE color: 16758523.

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

Color convert

RGB251182255-
CMYK0.020.2900
HSL296.71º100%85.69%-
HSV(B)296.71º28.63%100%-
XYZ74.5661.19102.49-
YUV210.95152.86156.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.48%
GREEN value IS 182 (71.48% from 255) = 26.45%
BLUE value IS 255 (100% from 255) = 37.06%
R=36.48%
G=26.45%
B=37.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511822550.020.2900296.7110085.69
HexFBB6FF21D001296456
Octal37326637723500451144126
Binary11111011101101101111111110111010010010100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6FF; }

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

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

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

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

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

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

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

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