#FBB2FF

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

Shades of Mauve #FBB2FF

Tints of Mauve #FBB2FF

Color information

#FBB2FF (or 0xFBB2FF) is unknown color: approx Mauve. HEX triplet: FB, B2 and FF. RGB value is (251,178,255). Sum of RGB (Red+Green+Blue) = 251+178+255=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 178 (69.92% from 255 or 26.02% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2FF is #044D00. Grayscale: #D0D0D0. Windows color (decimal): -281857 or 16757499. OLE color: 16757499.

HSL color Cylindrical-coordinate representation of color #FBB2FF: hue angle of 296.88º 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 #FBB2FF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB251178255-
CMYK0.020.3000
HSL296.88º100%84.9%-
HSV(B)296.88º30.2%100%-
XYZ73.7559.57102.22-
YUV208.6154.18158.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 178 (69.92% from 255) = 26.02%
BLUE value IS 255 (100% from 255) = 37.28%
R=36.70%
G=26.02%
B=37.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511782550.020.3000296.8810084.9
HexFBB2FF21E001296455
Octal37326237723600451144125
Binary11111011101100101111111110111100010010100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2FF; }

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

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

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

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

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

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

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

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