#F8A5FF

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

Shades of Mauve #F8A5FF

Tints of Mauve #F8A5FF

Color information

#F8A5FF (or 0xF8A5FF) is unknown color: approx Mauve. HEX triplet: F8, A5 and FF. RGB value is (248,165,255). Sum of RGB (Red+Green+Blue) = 248+165+255=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 165 (64.84% from 255 or 24.70% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8A5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A5FF is #075A00. Grayscale: #C7C7C7. Windows color (decimal): -481793 or 16754168. OLE color: 16754168.

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

Color convert

RGB248165255-
CMYK0.030.3500
HSL295.33º100%82.35%-
HSV(B)295.33º35.29%100%-
XYZ70.2254.09101.35-
YUV200.08159162.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.13%
GREEN value IS 165 (64.84% from 255) = 24.70%
BLUE value IS 255 (100% from 255) = 38.17%
R=37.13%
G=24.70%
B=38.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2481652550.030.3500295.3310082.35
HexF8A5FF323001276452
Octal37024537734300447144122
Binary111110001010010111111111111000110010010011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A5FF; }

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

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

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

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

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

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

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

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