#f9bffe

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

Shades of Mauve #F9BFFE

Tints of Mauve #F9BFFE

Color information

#F9BFFE (or 0xF9BFFE) is unknown color: approx Mauve. HEX triplet: F9, BF and FE. RGB value is (249,191,254). Sum of RGB (Red+Green+Blue) = 249+191+254=694 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.88% from 694); Green value is 191 (75% from 255 or 27.52% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BFFE is #064001. Grayscale: #D7D7D7. Windows color (decimal): -409602 or 16695289. OLE color: 16695289.

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

Color convert

RGB249191254-
CMYK0.020.2500.00
HSL295.24º96.92%87.25%-
HSV(B)295.24º24.8%99.61%-
XYZ75.5964.56102.24-
YUV215.52149.72151.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.88%
GREEN value IS 191 (75% from 255) = 27.52%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=35.88%
G=27.52%
B=36.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491912540.020.2500.00295.2496.9287.25
HexF9BFFE219001276157
Octal37127737623100447141127
Binary11111001101111111111111010110010010010011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9bffe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9bffe; }

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

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

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

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

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

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

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

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