#F4AAFE

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

Shades of Mauve #F4AAFE

Tints of Mauve #F4AAFE

Color information

#F4AAFE (or 0xF4AAFE) is unknown color: approx Mauve. HEX triplet: F4, AA and FE. RGB value is (244,170,254). Sum of RGB (Red+Green+Blue) = 244+170+254=668 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.53% from 668); Green value is 170 (66.80% from 255 or 25.45% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4AAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AAFE is #0B5501. Grayscale: #C9C9C9. Windows color (decimal): -742658 or 16689908. OLE color: 16689908.

HSL color Cylindrical-coordinate representation of color #F4AAFE: hue angle of 292.86º 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 #F4AAFE is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB244170254-
CMYK0.040.3300.00
HSL292.86º97.67%83.14%-
HSV(B)292.86º33.07%99.61%-
XYZ69.5755.14100.74-
YUV201.7157.52158.17-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.53%
GREEN value IS 170 (66.80% from 255) = 25.45%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=36.53%
G=25.45%
B=38.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441702540.040.3300.00292.8697.6783.14
HexF4AAFE421001256253
Octal36425237644100445142123
Binary1111010010101010111111101001000010010010010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AAFE; }

 p { color: rgb(244,170,254); }

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

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

 a { background-color: rgb(244,170,254); }

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

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

 span { border-color: rgb(244,170,254); }

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