#F9BAFC

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

Shades of Mauve #F9BAFC

Tints of Mauve #F9BAFC

Color information

#F9BAFC (or 0xF9BAFC) is unknown color: approx Mauve. HEX triplet: F9, BA and FC. RGB value is (249,186,252). Sum of RGB (Red+Green+Blue) = 249+186+252=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 186 (73.05% from 255 or 27.07% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9BAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAFC is #064503. Grayscale: #D4D4D4. Windows color (decimal): -410884 or 16562937. OLE color: 16562937.

HSL color Cylindrical-coordinate representation of color #F9BAFC: hue angle of 297.27º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9BAFC is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249186252-
CMYK0.010.2600.01
HSL297.27º91.67%85.88%-
HSV(B)297.27º26.19%98.82%-
XYZ74.262.29100.21-
YUV212.36150.37154.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.24%
GREEN value IS 186 (73.05% from 255) = 27.07%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=36.24%
G=27.07%
B=36.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491862520.010.2600.01297.2791.6785.88
HexF9BAFC11A011295c56
Octal37127237413201451134126
Binary1111100110111010111111001110100110010100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BAFC; }

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

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

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

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

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

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

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

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