#F9B3FE

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

Shades of Mauve #F9B3FE

Tints of Mauve #F9B3FE

Color information

#F9B3FE (or 0xF9B3FE) is unknown color: approx Mauve. HEX triplet: F9, B3 and FE. RGB value is (249,179,254). Sum of RGB (Red+Green+Blue) = 249+179+254=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 179 (70.31% from 255 or 26.25% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9B3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B3FE is #064C01. Grayscale: #D0D0D0. Windows color (decimal): -412674 or 16692217. OLE color: 16692217.

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

Color convert

RGB249179254-
CMYK0.020.3000.00
HSL296º97.4%84.9%-
HSV(B)296º29.53%99.61%-
XYZ73.0859.54101.41-
YUV208.48153.69156.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.51%
GREEN value IS 179 (70.31% from 255) = 26.25%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=36.51%
G=26.25%
B=37.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491792540.020.3000.0029697.484.9
HexF9B3FE21E001286155
Octal37126337623600450141125
Binary11111001101100111111111010111100010010100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B3FE; }

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

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

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

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

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

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

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

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