#F7AEFE

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

Shades of Mauve #F7AEFE

Tints of Mauve #F7AEFE

Color information

#F7AEFE (or 0xF7AEFE) is unknown color: approx Mauve. HEX triplet: F7, AE and FE. RGB value is (247,174,254). Sum of RGB (Red+Green+Blue) = 247+174+254=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 174 (68.36% from 255 or 25.78% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7AEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AEFE is #085101. Grayscale: #CCCCCC. Windows color (decimal): -545026 or 16690935. OLE color: 16690935.

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

Color convert

RGB247174254-
CMYK0.030.3100.00
HSL294.75º97.56%83.92%-
HSV(B)294.75º31.5%99.61%-
XYZ71.3857.2101.04-
YUV204.95155.68158-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.59%
GREEN value IS 174 (68.36% from 255) = 25.78%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=36.59%
G=25.78%
B=37.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2471742540.030.3100.00294.7597.5683.92
HexF7AEFE31F001276254
Octal36725637633700447142124
Binary11110111101011101111111011111110010010011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEFE; }

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

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

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

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

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

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

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

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