Html Css Color HEX #F5A2FE Mauve

📋 copy color: '#F5A2FE'

red 245 ◦ green 162 ◦ blue 254

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

Shades of Mauve #F5A2FE

Tints of Mauve #F5A2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.51%

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

R = 37.07%
G = 24.51%
B = 38.43%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5A2FE (or 0xF5A2FE) is known color: Mauve. HEX triplet: F5, A2 and FE. RGB value is (245,162,254). Sum of RGB (Red+Green+Blue) = 245+162+254=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 162 (63.67% from 255 or 24.51% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5A2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A2FE is #0A5D01. Grayscale: #C5C5C5. Windows color (decimal): -679170 or 16687861. OLE color: 16687861.

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

Color convert

RGB 245 162 254 -
CMYK 0.04 0.36 0 0.00
HSL 294.13º 0.98% 0.82% -
HSV(B) 294.13º 0.36% 1% -
XYZ 68.47 52.41 100.27 -
YUV 197.31 160 162.02 -
System Red Green Blue C M Y K H S L
Decimal 245 162 254 0.04 0.36 0 0.00 294.13 0.98 0.82
Hex F5 A2 FE 4 24 0 0 126 62 52
Octal 365 242 376 4 44 0 0 446 142 122
Binary 11110101 10100010 11111110 100 100100 0 0 100100110 1100010 1010010

Color Harmonies of #F5A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A2FE

Black with #F5A2FE

Text Example


Text Example

White with #F5A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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