Html Css Color HEX #F5AAFE Mauve

📋 copy color: '#F5AAFE'

red 245 ◦ green 170 ◦ blue 254

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

Shades of Mauve #F5AAFE

Tints of Mauve #F5AAFE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 25.41%

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

R = 36.62%
G = 25.41%
B = 37.97%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5AAFE (or 0xF5AAFE) is known color: Mauve. HEX triplet: F5, AA and FE. RGB value is (245,170,254). Sum of RGB (Red+Green+Blue) = 245+170+254=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 170 (66.80% from 255 or 25.41% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5AAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AAFE is #0A5501. Grayscale: #C9C9C9. Windows color (decimal): -677122 or 16689909. OLE color: 16689909.

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

Color convert

RGB 245 170 254 -
CMYK 0.04 0.33 0 0.00
HSL 293.57º 0.98% 0.83% -
HSV(B) 293.57º 0.33% 1% -
XYZ 69.92 55.32 100.76 -
YUV 202 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 245 170 254 0.04 0.33 0 0.00 293.57 0.98 0.83
Hex F5 AA FE 4 21 0 0 126 62 53
Octal 365 252 376 4 41 0 0 446 142 123
Binary 11110101 10101010 11111110 100 100001 0 0 100100110 1100010 1010011

Color Harmonies of #F5AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AAFE

Black with #F5AAFE

Text Example


Text Example

White with #F5AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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