Html Css Color HEX #F6AAFF Mauve

📋 copy color: '#F6AAFF'

red 246 ◦ green 170 ◦ blue 255

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

Shades of Mauve #F6AAFF

Tints of Mauve #F6AAFF

RGB

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

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

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

R = 36.66%
G = 25.34%
B = 38%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F6AAFF (or 0xF6AAFF) is known color: Mauve. HEX triplet: F6, AA and FF. RGB value is (246,170,255). Sum of RGB (Red+Green+Blue) = 246+170+255=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 170 (66.80% from 255 or 25.34% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AAFF is #095500. Grayscale: #CACACA. Windows color (decimal): -611585 or 16755446. OLE color: 16755446.

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

Color convert

RGB 246 170 255 -
CMYK 0.04 0.33 0 0
HSL 293.65º 1% 0.83% -
HSV(B) 293.65º 0.33% 1% -
XYZ 70.43 55.56 101.62 -
YUV 202.41 157.68 159.09 -
System Red Green Blue C M Y K H S L
Decimal 246 170 255 0.04 0.33 0 0 293.65 1 0.83
Hex F6 AA FF 4 21 0 0 126 64 53
Octal 366 252 377 4 41 0 0 446 144 123
Binary 11110110 10101010 11111111 100 100001 0 0 100100110 1100100 1010011

Color Harmonies of #F6AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AAFF

Black with #F6AAFF

Text Example


Text Example

White with #F6AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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