Html Css Color HEX #F6A2FF Mauve

📋 copy color: '#F6A2FF'

red 246 ◦ green 162 ◦ blue 255

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

Shades of Mauve #F6A2FF

Tints of Mauve #F6A2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.43%

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

R = 37.1%
G = 24.43%
B = 38.46%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F6A2FF (or 0xF6A2FF) is known color: Mauve. HEX triplet: F6, A2 and FF. RGB value is (246,162,255). Sum of RGB (Red+Green+Blue) = 246+162+255=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 162 (63.67% from 255 or 24.43% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6A2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A2FF is #095D00. Grayscale: #C5C5C5. Windows color (decimal): -613633 or 16753398. OLE color: 16753398.

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

Color convert

RGB 246 162 255 -
CMYK 0.04 0.36 0 0
HSL 294.19º 1% 0.82% -
HSV(B) 294.19º 0.36% 1% -
XYZ 68.98 52.65 101.14 -
YUV 197.72 160.33 162.44 -
System Red Green Blue C M Y K H S L
Decimal 246 162 255 0.04 0.36 0 0 294.19 1 0.82
Hex F6 A2 FF 4 24 0 0 126 64 52
Octal 366 242 377 4 44 0 0 446 144 122
Binary 11110110 10100010 11111111 100 100100 0 0 100100110 1100100 1010010

Color Harmonies of #F6A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A2FF

Black with #F6A2FF

Text Example


Text Example

White with #F6A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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