Html Css Color HEX #F6A9FC Mauve

📋 copy color: '#F6A9FC'

red 246 ◦ green 169 ◦ blue 252

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

Shades of Mauve #F6A9FC

Tints of Mauve #F6A9FC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.34%

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

R = 36.88%
G = 25.34%
B = 37.78%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F6A9FC (or 0xF6A9FC) is known color: Mauve. HEX triplet: F6, A9 and FC. RGB value is (246,169,252). Sum of RGB (Red+Green+Blue) = 246+169+252=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 169 (66.41% from 255 or 25.34% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6A9FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A9FC is #095603. Grayscale: #C9C9C9. Windows color (decimal): -611844 or 16558582. OLE color: 16558582.

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

Color convert

RGB 246 169 252 -
CMYK 0.02 0.33 0 0.01
HSL 295.66º 0.93% 0.83% -
HSV(B) 295.66º 0.33% 0.99% -
XYZ 69.76 55 99.03 -
YUV 201.49 156.51 159.75 -
System Red Green Blue C M Y K H S L
Decimal 246 169 252 0.02 0.33 0 0.01 295.66 0.93 0.83
Hex F6 A9 FC 2 21 0 1 128 5D 53
Octal 366 251 374 2 41 0 1 450 135 123
Binary 11110110 10101001 11111100 10 100001 0 1 100101000 1011101 1010011

Color Harmonies of #F6A9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A9FC

Black with #F6A9FC

Text Example


Text Example

White with #F6A9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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