#FBB3FF

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

Shades of Mauve #FBB3FF

Tints of Mauve #FBB3FF

Color information

#FBB3FF (or 0xFBB3FF) is unknown color: approx Mauve. HEX triplet: FB, B3 and FF. RGB value is (251,179,255). Sum of RGB (Red+Green+Blue) = 251+179+255=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 179 (70.31% from 255 or 26.13% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3FF is #044C00. Grayscale: #D0D0D0. Windows color (decimal): -281601 or 16757755. OLE color: 16757755.

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

Color convert

RGB251179255-
CMYK0.020.3000
HSL296.84º100%85.1%-
HSV(B)296.84º29.8%100%-
XYZ73.9559.97102.29-
YUV209.19153.85157.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.64%
GREEN value IS 179 (70.31% from 255) = 26.13%
BLUE value IS 255 (100% from 255) = 37.23%
R=36.64%
G=26.13%
B=37.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511792550.020.3000296.8410085.1
HexFBB3FF21E001296455
Octal37326337723600451144125
Binary11111011101100111111111110111100010010100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3FF; }

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

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

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

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

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

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

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

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