#F0AEFE

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

Shades of Mauve #F0AEFE

Tints of Mauve #F0AEFE

Color information

#F0AEFE (or 0xF0AEFE) is unknown color: approx Mauve. HEX triplet: F0, AE and FE. RGB value is (240,174,254). Sum of RGB (Red+Green+Blue) = 240+174+254=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 174 (68.36% from 255 or 26.05% 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 #F0AEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEFE is #0F5101. Grayscale: #CACACA. Windows color (decimal): -1003778 or 16690928. OLE color: 16690928.

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

Color convert

RGB240174254-
CMYK0.060.3100.00
HSL289.5º97.56%83.92%-
HSV(B)289.5º31.5%99.61%-
XYZ68.9655.95100.93-
YUV202.85156.87154.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 174 (68.36% from 255) = 26.05%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=35.93%
G=26.05%
B=38.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401742540.060.3100.00289.597.5683.92
HexF0AEFE61F001226254
Octal36025637663700442142124
Binary111100001010111011111110110111110010010001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEFE; }

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

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

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

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

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

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

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

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