Html Css Color HEX #F5AFFE Mauve

📋 copy color: '#F5AFFE'

red 245 ◦ green 175 ◦ blue 254

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

Shades of Mauve #F5AFFE

Tints of Mauve #F5AFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 25.96%

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

R = 36.35%
G = 25.96%
B = 37.69%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5AFFE (or 0xF5AFFE) is known color: Mauve. HEX triplet: F5, AF and FE. RGB value is (245,175,254). Sum of RGB (Red+Green+Blue) = 245+175+254=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 175 (68.75% from 255 or 25.96% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5AFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AFFE is #0A5001. Grayscale: #CCCCCC. Windows color (decimal): -675842 or 16691189. OLE color: 16691189.

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

Color convert

RGB 245 175 254 -
CMYK 0.04 0.31 0 0.00
HSL 293.16º 0.98% 0.84% -
HSV(B) 293.16º 0.31% 1% -
XYZ 70.88 57.23 101.08 -
YUV 204.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 245 175 254 0.04 0.31 0 0.00 293.16 0.98 0.84
Hex F5 AF FE 4 1F 0 0 125 62 54
Octal 365 257 376 4 37 0 0 445 142 124
Binary 11110101 10101111 11111110 100 11111 0 0 100100101 1100010 1010100

Color Harmonies of #F5AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AFFE

Black with #F5AFFE

Text Example


Text Example

White with #F5AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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