Html Css Color HEX #F8A5FE Mauve

📋 copy color: '#F8A5FE'

red 248 ◦ green 165 ◦ blue 254

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

Shades of Mauve #F8A5FE

Tints of Mauve #F8A5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 24.74%

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

R = 37.18%
G = 24.74%
B = 38.08%

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

#F8A5FE (or 0xF8A5FE) is known color: Mauve. HEX triplet: F8, A5 and FE. RGB value is (248,165,254). Sum of RGB (Red+Green+Blue) = 248+165+254=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 165 (64.84% from 255 or 24.74% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8A5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A5FE is #075A01. Grayscale: #C7C7C7. Windows color (decimal): -481794 or 16688632. OLE color: 16688632.

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

Color convert

RGB 248 165 254 -
CMYK 0.02 0.35 0 0.00
HSL 295.96º 0.98% 0.82% -
HSV(B) 295.96º 0.35% 1% -
XYZ 70.06 54.02 100.5 -
YUV 199.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 248 165 254 0.02 0.35 0 0.00 295.96 0.98 0.82
Hex F8 A5 FE 2 23 0 0 128 62 52
Octal 370 245 376 2 43 0 0 450 142 122
Binary 11111000 10100101 11111110 10 100011 0 0 100101000 1100010 1010010

Color Harmonies of #F8A5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A5FE

Black with #F8A5FE

Text Example


Text Example

White with #F8A5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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