#F8ADFE

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

Shades of Mauve #F8ADFE

Tints of Mauve #F8ADFE

Color information

#F8ADFE (or 0xF8ADFE) is unknown color: approx Mauve. HEX triplet: F8, AD and FE. RGB value is (248,173,254). Sum of RGB (Red+Green+Blue) = 248+173+254=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 173 (67.97% from 255 or 25.63% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADFE is #075201. Grayscale: #CCCCCC. Windows color (decimal): -479746 or 16690680. OLE color: 16690680.

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

Color convert

RGB248173254-
CMYK0.020.3200.00
HSL295.56º97.59%83.73%-
HSV(B)295.56º31.89%99.61%-
XYZ71.5457101-
YUV204.66155.85158.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.74%
GREEN value IS 173 (67.97% from 255) = 25.63%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=36.74%
G=25.63%
B=37.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2481732540.020.3200.00295.5697.5983.73
HexF8ADFE220001286254
Octal37025537624000450142124
Binary111110001010110111111110101000000010010100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ADFE; }

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

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

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

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

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

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

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

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