#F9A9FE

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

Shades of Mauve #F9A9FE

Tints of Mauve #F9A9FE

Color information

#F9A9FE (or 0xF9A9FE) is unknown color: approx Mauve. HEX triplet: F9, A9 and FE. RGB value is (249,169,254). Sum of RGB (Red+Green+Blue) = 249+169+254=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 169 (66.41% from 255 or 25.15% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9A9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A9FE is #065601. Grayscale: #CACACA. Windows color (decimal): -415234 or 16689657. OLE color: 16689657.

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

Color convert

RGB249169254-
CMYK0.020.3300.00
HSL296.47º97.7%82.94%-
HSV(B)296.47º33.46%99.61%-
XYZ71.1455.67100.76-
YUV202.61157161.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.05%
GREEN value IS 169 (66.41% from 255) = 25.15%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=37.05%
G=25.15%
B=37.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491692540.020.3300.00296.4797.782.94
HexF9A9FE221001286253
Octal37125137624100450142123
Binary111110011010100111111110101000010010010100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A9FE; }

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

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

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

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

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

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

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

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