Html Css Color HEX #F6A4FF Mauve

📋 copy color: '#F6A4FF'

red 246 ◦ green 164 ◦ blue 255

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

Shades of Mauve #F6A4FF

Tints of Mauve #F6A4FF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 24.66%

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

R = 36.99%
G = 24.66%
B = 38.35%

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

#F6A4FF (or 0xF6A4FF) is known color: Mauve. HEX triplet: F6, A4 and FF. RGB value is (246,164,255). Sum of RGB (Red+Green+Blue) = 246+164+255=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 164 (64.45% from 255 or 24.66% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6A4FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A4FF is #095B00. Grayscale: #C6C6C6. Windows color (decimal): -613121 or 16753910. OLE color: 16753910.

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

Color convert

RGB 246 164 255 -
CMYK 0.04 0.36 0 0
HSL 294.07º 1% 0.82% -
HSV(B) 294.07º 0.36% 1% -
XYZ 69.33 53.36 101.25 -
YUV 198.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 246 164 255 0.04 0.36 0 0 294.07 1 0.82
Hex F6 A4 FF 4 24 0 0 126 64 52
Octal 366 244 377 4 44 0 0 446 144 122
Binary 11110110 10100100 11111111 100 100100 0 0 100100110 1100100 1010010

Color Harmonies of #F6A4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A4FF

Black with #F6A4FF

Text Example


Text Example

White with #F6A4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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