#F8A8FF

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

Shades of Mauve #F8A8FF

Tints of Mauve #F8A8FF

Color information

#F8A8FF (or 0xF8A8FF) is unknown color: approx Mauve. HEX triplet: F8, A8 and FF. RGB value is (248,168,255). Sum of RGB (Red+Green+Blue) = 248+168+255=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 168 (66.02% from 255 or 25.04% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8A8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A8FF is #075700. Grayscale: #C9C9C9. Windows color (decimal): -481025 or 16754936. OLE color: 16754936.

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

Color convert

RGB248168255-
CMYK0.030.3400
HSL295.17º100%82.94%-
HSV(B)295.17º34.12%100%-
XYZ70.7655.18101.53-
YUV201.84158160.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.96%
GREEN value IS 168 (66.02% from 255) = 25.04%
BLUE value IS 255 (100% from 255) = 38.00%
R=36.96%
G=25.04%
B=38.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2481682550.030.3400295.1710082.94
HexF8A8FF322001276453
Octal37025037734200447144123
Binary111110001010100011111111111000100010010011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A8FF; }

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

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

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

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

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

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

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

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