#F6AFFE

Color #F6AFFE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #F6AFFE

Tints of Mauve #F6AFFE

Color information

#F6AFFE (or 0xF6AFFE) is unknown color: approx Mauve. HEX triplet: F6, AF and FE. RGB value is (246,175,254). Sum of RGB (Red+Green+Blue) = 246+175+254=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 175 (68.75% from 255 or 25.93% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6AFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AFFE is #095001. Grayscale: #CCCCCC. Windows color (decimal): -610306 or 16691190. OLE color: 16691190.

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

Color convert

RGB246175254-
CMYK0.030.3100.00
HSL293.92º97.53%84.12%-
HSV(B)293.92º31.1%99.61%-
XYZ71.2357.41101.09-
YUV205.24155.52157.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.44%
GREEN value IS 175 (68.75% from 255) = 25.93%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=36.44%
G=25.93%
B=37.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2461752540.030.3100.00293.9297.5384.12
HexF6AFFE31F001266254
Octal36625737633700446142124
Binary11110110101011111111111011111110010010011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AFFE; }

 p { color: rgb(246,175,254); }

 H1.HeaderClassName
 {
   color: #F6AFFE;
 }
 .AnyTagClassName
 {
   color: #F6AFFE;
 }
</style>
background-color css

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

 a { background-color: rgb(246,175,254); }

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

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

 span { border-color: rgb(246,175,254); }

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