Html Css Color HEX #F6AEFF Mauve

📋 copy color: '#F6AEFF'

red 246 ◦ green 174 ◦ blue 255

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

Shades of Mauve #F6AEFF

Tints of Mauve #F6AEFF

RGB

 RED value IS 246 (96.48% from 255) = 36.44%

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

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

R = 36.44%
G = 25.78%
B = 37.78%

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

#F6AEFF (or 0xF6AEFF) is known color: Mauve. HEX triplet: F6, AE and FF. RGB value is (246,174,255). Sum of RGB (Red+Green+Blue) = 246+174+255=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 174 (68.36% from 255 or 25.78% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6AEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AEFF is #095100. Grayscale: #CCCCCC. Windows color (decimal): -610561 or 16756470. OLE color: 16756470.

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

Color convert

RGB 246 174 255 -
CMYK 0.04 0.32 0 0
HSL 293.33º 1% 0.84% -
HSV(B) 293.33º 0.32% 1% -
XYZ 71.19 57.08 101.87 -
YUV 204.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 246 174 255 0.04 0.32 0 0 293.33 1 0.84
Hex F6 AE FF 4 20 0 0 125 64 54
Octal 366 256 377 4 40 0 0 445 144 124
Binary 11110110 10101110 11111111 100 100000 0 0 100100101 1100100 1010100

Color Harmonies of #F6AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AEFF

Black with #F6AEFF

Text Example


Text Example

White with #F6AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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