Html Css Color HEX #F6AFFE Mauve

📋 copy color: '#F6AFFE'

red 246 ◦ green 175 ◦ blue 254

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

Shades of Mauve #F6AFFE

Tints of Mauve #F6AFFE

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 value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F6AFFE (or 0xF6AFFE) is known color: 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

RGB 246 175 254 -
CMYK 0.03 0.31 0 0.00
HSL 293.92º 0.98% 0.84% -
HSV(B) 293.92º 0.31% 1% -
XYZ 71.23 57.41 101.09 -
YUV 205.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 246 175 254 0.03 0.31 0 0.00 293.92 0.98 0.84
Hex F6 AF FE 3 1F 0 0 126 62 54
Octal 366 257 376 3 37 0 0 446 142 124
Binary 11110110 10101111 11111110 11 11111 0 0 100100110 1100010 1010100

Color Harmonies of #F6AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AFFE

Black with #F6AFFE

Text Example


Text Example

White with #F6AFFE

Text Example


Text Example

HTML Codes & Css Web 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>