Html Css Color HEX #F6A5FC Mauve

📋 copy color: '#F6A5FC'

red 246 ◦ green 165 ◦ blue 252

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

Shades of Mauve #F6A5FC

Tints of Mauve #F6A5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.01%

R = 37.1%
G = 24.89%
B = 38.01%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F6A5FC (or 0xF6A5FC) is known color: Mauve. HEX triplet: F6, A5 and FC. RGB value is (246,165,252). Sum of RGB (Red+Green+Blue) = 246+165+252=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 165 (64.84% from 255 or 24.89% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6A5FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A5FC is #095A03. Grayscale: #C6C6C6. Windows color (decimal): -612868 or 16557558. OLE color: 16557558.

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

Color convert

RGB 246 165 252 -
CMYK 0.02 0.35 0 0.01
HSL 295.86º 0.94% 0.82% -
HSV(B) 295.86º 0.35% 0.99% -
XYZ 69.03 53.53 98.79 -
YUV 199.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 246 165 252 0.02 0.35 0 0.01 295.86 0.94 0.82
Hex F6 A5 FC 2 23 0 1 128 5E 52
Octal 366 245 374 2 43 0 1 450 136 122
Binary 11110110 10100101 11111100 10 100011 0 1 100101000 1011110 1010010

Color Harmonies of #F6A5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A5FC

Black with #F6A5FC

Text Example


Text Example

White with #F6A5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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