#FBB5FF

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

Shades of Mauve #FBB5FF

Tints of Mauve #FBB5FF

Color information

#FBB5FF (or 0xFBB5FF) is unknown color: approx Mauve. HEX triplet: FB, B5 and FF. RGB value is (251,181,255). Sum of RGB (Red+Green+Blue) = 251+181+255=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 181 (71.09% from 255 or 26.35% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBB5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5FF is #044A00. Grayscale: #D2D2D2. Windows color (decimal): -281089 or 16758267. OLE color: 16758267.

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

Color convert

RGB251181255-
CMYK0.020.2900
HSL296.76º100%85.49%-
HSV(B)296.76º29.02%100%-
XYZ74.3660.78102.42-
YUV210.37153.19156.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 181 (71.09% from 255) = 26.35%
BLUE value IS 255 (100% from 255) = 37.12%
R=36.54%
G=26.35%
B=37.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511812550.020.2900296.7610085.49
HexFBB5FF21D001296455
Octal37326537723500451144125
Binary11111011101101011111111110111010010010100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5FF; }

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

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

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

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

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

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

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

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