#F8ABFE

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

Shades of Mauve #F8ABFE

Tints of Mauve #F8ABFE

Color information

#F8ABFE (or 0xF8ABFE) is unknown color: approx Mauve. HEX triplet: F8, AB and FE. RGB value is (248,171,254). Sum of RGB (Red+Green+Blue) = 248+171+254=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 171 (67.19% from 255 or 25.41% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8ABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ABFE is #075401. Grayscale: #CBCBCB. Windows color (decimal): -480258 or 16690168. OLE color: 16690168.

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

Color convert

RGB248171254-
CMYK0.020.3300.00
HSL295.66º97.65%83.33%-
HSV(B)295.66º32.68%99.61%-
XYZ71.1656.24100.87-
YUV203.48156.51159.75-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.85%
GREEN value IS 171 (67.19% from 255) = 25.41%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=36.85%
G=25.41%
B=37.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2481712540.020.3300.00295.6697.6583.33
HexF8ABFE221001286253
Octal37025337624100450142123
Binary111110001010101111111110101000010010010100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ABFE; }

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

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

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

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

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

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

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

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