#F9AEFE

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

Shades of Mauve #F9AEFE

Tints of Mauve #F9AEFE

Color information

#F9AEFE (or 0xF9AEFE) is unknown color: approx Mauve. HEX triplet: F9, AE and FE. RGB value is (249,174,254). Sum of RGB (Red+Green+Blue) = 249+174+254=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 174 (68.36% from 255 or 25.70% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9AEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AEFE is #065101. Grayscale: #CDCDCD. Windows color (decimal): -413954 or 16690937. OLE color: 16690937.

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

Color convert

RGB249174254-
CMYK0.020.3100.00
HSL296.25º97.56%83.92%-
HSV(B)296.25º31.5%99.61%-
XYZ72.0957.57101.08-
YUV205.54155.35159-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.78%
GREEN value IS 174 (68.36% from 255) = 25.70%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=36.78%
G=25.70%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491742540.020.3100.00296.2597.5683.92
HexF9AEFE21F001286254
Octal37125637623700450142124
Binary11111001101011101111111010111110010010100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AEFE; }

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

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

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

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

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

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

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

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