#F9A7FE

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

Shades of Mauve #F9A7FE

Tints of Mauve #F9A7FE

Color information

#F9A7FE (or 0xF9A7FE) is unknown color: approx Mauve. HEX triplet: F9, A7 and FE. RGB value is (249,167,254). Sum of RGB (Red+Green+Blue) = 249+167+254=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 167 (65.62% from 255 or 24.93% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9A7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A7FE is #065801. Grayscale: #C9C9C9. Windows color (decimal): -415746 or 16689145. OLE color: 16689145.

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

Color convert

RGB249167254-
CMYK0.020.3400.00
HSL296.55º97.75%82.55%-
HSV(B)296.55º34.25%99.61%-
XYZ70.7854.93100.64-
YUV201.44157.67161.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.16%
GREEN value IS 167 (65.62% from 255) = 24.93%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=37.16%
G=24.93%
B=37.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491672540.020.3400.00296.5597.7582.55
HexF9A7FE222001296253
Octal37124737624200451142123
Binary111110011010011111111110101000100010010100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A7FE; }

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

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

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

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

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

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

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

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