Html Css Color HEX #F6A5FF Mauve

📋 copy color: '#F6A5FF'

red 246 ◦ green 165 ◦ blue 255

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

Shades of Mauve #F6A5FF

Tints of Mauve #F6A5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 24.77%

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

R = 36.94%
G = 24.77%
B = 38.29%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F6A5FF (or 0xF6A5FF) is known color: Mauve. HEX triplet: F6, A5 and FF. RGB value is (246,165,255). Sum of RGB (Red+Green+Blue) = 246+165+255=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 165 (64.84% from 255 or 24.77% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6A5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A5FF is #095A00. Grayscale: #C7C7C7. Windows color (decimal): -612865 or 16754166. OLE color: 16754166.

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

Color convert

RGB 246 165 255 -
CMYK 0.04 0.35 0 0
HSL 294º 1% 0.82% -
HSV(B) 294º 0.35% 1% -
XYZ 69.51 53.72 101.31 -
YUV 199.48 159.34 161.18 -
System Red Green Blue C M Y K H S L
Decimal 246 165 255 0.04 0.35 0 0 294 1 0.82
Hex F6 A5 FF 4 23 0 0 126 64 52
Octal 366 245 377 4 43 0 0 446 144 122
Binary 11110110 10100101 11111111 100 100011 0 0 100100110 1100100 1010010

Color Harmonies of #F6A5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A5FF

Black with #F6A5FF

Text Example


Text Example

White with #F6A5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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