Html Css Color HEX #F5A5FE Mauve

📋 copy color: '#F5A5FE'

red 245 ◦ green 165 ◦ blue 254

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

Shades of Mauve #F5A5FE

Tints of Mauve #F5A5FE

RGB

 RED value IS 245 (96.09% from 255) = 36.9%

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

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

R = 36.9%
G = 24.85%
B = 38.25%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5A5FE (or 0xF5A5FE) is known color: Mauve. HEX triplet: F5, A5 and FE. RGB value is (245,165,254). Sum of RGB (Red+Green+Blue) = 245+165+254=664 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.90% from 664); Green value is 165 (64.84% from 255 or 24.85% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5A5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A5FE is #0A5A01. Grayscale: #C6C6C6. Windows color (decimal): -678402 or 16688629. OLE color: 16688629.

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

Color convert

RGB 245 165 254 -
CMYK 0.04 0.35 0 0.00
HSL 293.93º 0.98% 0.82% -
HSV(B) 293.93º 0.35% 1% -
XYZ 69 53.48 100.45 -
YUV 199.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 245 165 254 0.04 0.35 0 0.00 293.93 0.98 0.82
Hex F5 A5 FE 4 23 0 0 126 62 52
Octal 365 245 376 4 43 0 0 446 142 122
Binary 11110101 10100101 11111110 100 100011 0 0 100100110 1100010 1010010

Color Harmonies of #F5A5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A5FE

Black with #F5A5FE

Text Example


Text Example

White with #F5A5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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