#F8A5FE

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

Shades of Mauve #F8A5FE

Tints of Mauve #F8A5FE

Color information

#F8A5FE (or 0xF8A5FE) is unknown color: approx Mauve. HEX triplet: F8, A5 and FE. RGB value is (248,165,254). Sum of RGB (Red+Green+Blue) = 248+165+254=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 165 (64.84% from 255 or 24.74% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8A5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A5FE is #075A01. Grayscale: #C7C7C7. Windows color (decimal): -481794 or 16688632. OLE color: 16688632.

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

Color convert

RGB248165254-
CMYK0.020.3500.00
HSL295.96º97.8%82.16%-
HSV(B)295.96º35.04%99.61%-
XYZ70.0654.02100.5-
YUV199.96158.5162.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.18%
GREEN value IS 165 (64.84% from 255) = 24.74%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=37.18%
G=24.74%
B=38.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2481652540.020.3500.00295.9697.882.16
HexF8A5FE223001286252
Octal37024537624300450142122
Binary111110001010010111111110101000110010010100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A5FE; }

 p { color: rgb(248,165,254); }

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

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

 a { background-color: rgb(248,165,254); }

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

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

 span { border-color: rgb(248,165,254); }

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