#F9BAFF

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

Shades of Mauve #F9BAFF

Tints of Mauve #F9BAFF

Color information

#F9BAFF (or 0xF9BAFF) is unknown color: approx Mauve. HEX triplet: F9, BA and FF. RGB value is (249,186,255). Sum of RGB (Red+Green+Blue) = 249+186+255=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 186 (73.05% from 255 or 26.96% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAFF is #064500. Grayscale: #D4D4D4. Windows color (decimal): -410881 or 16759545. OLE color: 16759545.

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

Color convert

RGB249186255-
CMYK0.020.2700
HSL294.78º100%86.47%-
HSV(B)294.78º27.06%100%-
XYZ74.6862.48102.73-
YUV212.7151.87153.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.09%
GREEN value IS 186 (73.05% from 255) = 26.96%
BLUE value IS 255 (100% from 255) = 36.96%
R=36.09%
G=26.96%
B=36.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491862550.020.2700294.7810086.47
HexF9BAFF21B001276456
Octal37127237723300447144126
Binary11111001101110101111111110110110010010011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BAFF; }

 p { color: rgb(249,186,255); }

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

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

 a { background-color: rgb(249,186,255); }

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

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

 span { border-color: rgb(249,186,255); }

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