#FBBEFF

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

Shades of Mauve #FBBEFF

Tints of Mauve #FBBEFF

Color information

#FBBEFF (or 0xFBBEFF) is unknown color: approx Mauve. HEX triplet: FB, BE and FF. RGB value is (251,190,255). Sum of RGB (Red+Green+Blue) = 251+190+255=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 190 (74.61% from 255 or 27.30% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBBEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBEFF is #044100. Grayscale: #D7D7D7. Windows color (decimal): -278785 or 16760571. OLE color: 16760571.

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

Color convert

RGB251190255-
CMYK0.020.2500
HSL296.31º100%87.25%-
HSV(B)296.31º25.49%100%-
XYZ76.2564.56103.05-
YUV215.65150.21153.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.06%
GREEN value IS 190 (74.61% from 255) = 27.30%
BLUE value IS 255 (100% from 255) = 36.64%
R=36.06%
G=27.30%
B=36.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511902550.020.2500296.3110087.25
HexFBBEFF219001286457
Octal37327637723100450144127
Binary11111011101111101111111110110010010010100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEFF; }

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

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

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

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

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

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

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

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