#FBBCFF

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

Shades of Mauve #FBBCFF

Tints of Mauve #FBBCFF

Color information

#FBBCFF (or 0xFBBCFF) is unknown color: approx Mauve. HEX triplet: FB, BC and FF. RGB value is (251,188,255). Sum of RGB (Red+Green+Blue) = 251+188+255=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 188 (73.83% from 255 or 27.09% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBBCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBCFF is #044300. Grayscale: #D6D6D6. Windows color (decimal): -279297 or 16760059. OLE color: 16760059.

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

Color convert

RGB251188255-
CMYK0.020.2600
HSL296.42º100%86.86%-
HSV(B)296.42º26.27%100%-
XYZ75.8263.7102.91-
YUV214.47150.87154.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 188 (73.83% from 255) = 27.09%
BLUE value IS 255 (100% from 255) = 36.74%
R=36.17%
G=27.09%
B=36.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511882550.020.2600296.4210086.86
HexFBBCFF21A001286457
Octal37327437723200450144127
Binary11111011101111001111111110110100010010100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCFF; }

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

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

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

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

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

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

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

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