#F9BBFE

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

Shades of Mauve #F9BBFE

Tints of Mauve #F9BBFE

Color information

#F9BBFE (or 0xF9BBFE) is unknown color: approx Mauve. HEX triplet: F9, BB and FE. RGB value is (249,187,254). Sum of RGB (Red+Green+Blue) = 249+187+254=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 187 (73.44% from 255 or 27.10% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9BBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBFE is #064401. Grayscale: #D4D4D4. Windows color (decimal): -410626 or 16694265. OLE color: 16694265.

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

Color convert

RGB249187254-
CMYK0.020.2600.00
HSL295.52º97.1%86.47%-
HSV(B)295.52º26.38%99.61%-
XYZ74.7362.84101.96-
YUV213.18151.04153.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.09%
GREEN value IS 187 (73.44% from 255) = 27.10%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=36.09%
G=27.10%
B=36.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491872540.020.2600.00295.5297.186.47
HexF9BBFE21A001286156
Octal37127337623200450141126
Binary11111001101110111111111010110100010010100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BBFE; }

 p { color: rgb(249,187,254); }

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

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

 a { background-color: rgb(249,187,254); }

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

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

 span { border-color: rgb(249,187,254); }

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