#FBB7FF

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

Shades of Mauve #FBB7FF

Tints of Mauve #FBB7FF

Color information

#FBB7FF (or 0xFBB7FF) is unknown color: approx Mauve. HEX triplet: FB, B7 and FF. RGB value is (251,183,255). Sum of RGB (Red+Green+Blue) = 251+183+255=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 183 (71.88% from 255 or 26.56% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7FF is #044800. Grayscale: #D3D3D3. Windows color (decimal): -280577 or 16758779. OLE color: 16758779.

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

Color convert

RGB251183255-
CMYK0.020.2800
HSL296.67º100%85.88%-
HSV(B)296.67º28.24%100%-
XYZ74.7761.6102.56-
YUV211.54152.53156.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.43%
GREEN value IS 183 (71.88% from 255) = 26.56%
BLUE value IS 255 (100% from 255) = 37.01%
R=36.43%
G=26.56%
B=37.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511832550.020.2800296.6710085.88
HexFBB7FF21C001296456
Octal37326737723400451144126
Binary11111011101101111111111110111000010010100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7FF; }

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

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

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

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

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

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

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

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