#F5AFFE

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

Shades of Mauve #F5AFFE

Tints of Mauve #F5AFFE

Color information

#F5AFFE (or 0xF5AFFE) is unknown color: approx Mauve. HEX triplet: F5, AF and FE. RGB value is (245,175,254). Sum of RGB (Red+Green+Blue) = 245+175+254=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 175 (68.75% from 255 or 25.96% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5AFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AFFE is #0A5001. Grayscale: #CCCCCC. Windows color (decimal): -675842 or 16691189. OLE color: 16691189.

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

Color convert

RGB245175254-
CMYK0.040.3100.00
HSL293.16º97.53%84.12%-
HSV(B)293.16º31.1%99.61%-
XYZ70.8857.23101.08-
YUV204.94155.69156.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.35%
GREEN value IS 175 (68.75% from 255) = 25.96%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=36.35%
G=25.96%
B=37.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451752540.040.3100.00293.1697.5384.12
HexF5AFFE41F001256254
Octal36525737643700445142124
Binary111101011010111111111110100111110010010010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AFFE; }

 p { color: rgb(245,175,254); }

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

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

 a { background-color: rgb(245,175,254); }

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

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

 span { border-color: rgb(245,175,254); }

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