Html Css Color HEX #F8A6FE Mauve

📋 copy color: '#F8A6FE'

red 248 ◦ green 166 ◦ blue 254

#F8A6FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #F8A6FE

Tints of Mauve #F8A6FE

RGB

 RED value IS 248 (97.27% from 255) = 37.13%

 GREEN value IS 166 (65.23% from 255) = 24.85%

 BLUE value IS 254 (99.61% from 255) = 38.02%

R = 37.13%
G = 24.85%
B = 38.02%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F8A6FE (or 0xF8A6FE) is known color: Mauve. HEX triplet: F8, A6 and FE. RGB value is (248,166,254). Sum of RGB (Red+Green+Blue) = 248+166+254=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 166 (65.23% from 255 or 24.85% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8A6FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A6FE is #075901. Grayscale: #C8C8C8. Windows color (decimal): -481538 or 16688888. OLE color: 16688888.

HSL color Cylindrical-coordinate representation of color #F8A6FE: hue angle of 295.91º 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 #F8A6FE is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 166 254 -
CMYK 0.02 0.35 0 0.00
HSL 295.91º 0.98% 0.82% -
HSV(B) 295.91º 0.35% 1% -
XYZ 70.24 54.38 100.56 -
YUV 200.55 158.17 161.84 -
System Red Green Blue C M Y K H S L
Decimal 248 166 254 0.02 0.35 0 0.00 295.91 0.98 0.82
Hex F8 A6 FE 2 23 0 0 128 62 52
Octal 370 246 376 2 43 0 0 450 142 122
Binary 11111000 10100110 11111110 10 100011 0 0 100101000 1100010 1010010

Color Harmonies of #F8A6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A6FE

Black with #F8A6FE

Text Example


Text Example

White with #F8A6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A6FE; }

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

 H1.HeaderClassName
 {
   color: #F8A6FE;
 }
 .AnyTagClassName
 {
   color: #F8A6FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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