#FBB1FE

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

Shades of Mauve #FBB1FE

Tints of Mauve #FBB1FE

Color information

#FBB1FE (or 0xFBB1FE) is unknown color: approx Mauve. HEX triplet: FB, B1 and FE. RGB value is (251,177,254). Sum of RGB (Red+Green+Blue) = 251+177+254=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 177 (69.53% from 255 or 25.95% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBB1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB1FE is #044E01. Grayscale: #CFCFCF. Windows color (decimal): -282114 or 16691707. OLE color: 16691707.

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

Color convert

RGB251177254-
CMYK0.010.3000.00
HSL297.66º97.47%84.51%-
HSV(B)297.66º30.31%99.61%-
XYZ73.459.11101.31-
YUV207.9154.02158.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 177 (69.53% from 255) = 25.95%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=36.80%
G=25.95%
B=37.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2511772540.010.3000.00297.6697.4784.51
HexFBB1FE11E0012a6155
Octal37326137613600452141125
Binary1111101110110001111111101111100010010101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1FE; }

 p { color: rgb(251,177,254); }

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

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

 a { background-color: rgb(251,177,254); }

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

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

 span { border-color: rgb(251,177,254); }

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