#F9B3FC

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

Shades of Mauve #F9B3FC

Tints of Mauve #F9B3FC

Color information

#F9B3FC (or 0xF9B3FC) is unknown color: approx Mauve. HEX triplet: F9, B3 and FC. RGB value is (249,179,252). Sum of RGB (Red+Green+Blue) = 249+179+252=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 179 (70.31% from 255 or 26.32% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9B3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B3FC is #064C03. Grayscale: #D0D0D0. Windows color (decimal): -412676 or 16561145. OLE color: 16561145.

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

Color convert

RGB249179252-
CMYK0.010.2900.01
HSL297.53º92.41%84.51%-
HSV(B)297.53º28.97%98.82%-
XYZ72.7659.4199.73-
YUV208.25152.69157.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.62%
GREEN value IS 179 (70.31% from 255) = 26.32%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=36.62%
G=26.32%
B=37.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491792520.010.2900.01297.5392.4184.51
HexF9B3FC11D0112a5c55
Octal37126337413501452134125
Binary1111100110110011111111001111010110010101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B3FC; }

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

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

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

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

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

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

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

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