Html Css Color HEX #F5AEFF Mauve

📋 copy color: '#F5AEFF'

red 245 ◦ green 174 ◦ blue 255

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

Shades of Mauve #F5AEFF

Tints of Mauve #F5AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 25.82%

 BLUE value IS 255 (100% from 255) = 37.83%

R = 36.35%
G = 25.82%
B = 37.83%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5AEFF (or 0xF5AEFF) is known color: Mauve. HEX triplet: F5, AE and FF. RGB value is (245,174,255). Sum of RGB (Red+Green+Blue) = 245+174+255=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 174 (68.36% from 255 or 25.82% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5AEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AEFF is #0A5100. Grayscale: #CCCCCC. Windows color (decimal): -676097 or 16756469. OLE color: 16756469.

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

Color convert

RGB 245 174 255 -
CMYK 0.04 0.32 0 0
HSL 292.59º 1% 0.84% -
HSV(B) 292.59º 0.32% 1% -
XYZ 70.84 56.9 101.86 -
YUV 204.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 245 174 255 0.04 0.32 0 0 292.59 1 0.84
Hex F5 AE FF 4 20 0 0 125 64 54
Octal 365 256 377 4 40 0 0 445 144 124
Binary 11110101 10101110 11111111 100 100000 0 0 100100101 1100100 1010100

Color Harmonies of #F5AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AEFF

Black with #F5AEFF

Text Example


Text Example

White with #F5AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AEFF; }

 p { color: rgb(245,174,255); }

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

background-color css

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

 a { background-color: rgb(245,174,255); }

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

border-color css

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

 span { border-color: rgb(245,174,255); }

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