Html Css Color HEX #F6A9FE Mauve

📋 copy color: '#F6A9FE'

red 246 ◦ green 169 ◦ blue 254

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

Shades of Mauve #F6A9FE

Tints of Mauve #F6A9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.97%

R = 36.77%
G = 25.26%
B = 37.97%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F6A9FE (or 0xF6A9FE) is known color: Mauve. HEX triplet: F6, A9 and FE. RGB value is (246,169,254). Sum of RGB (Red+Green+Blue) = 246+169+254=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 169 (66.41% from 255 or 25.26% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6A9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A9FE is #095601. Grayscale: #C9C9C9. Windows color (decimal): -611842 or 16689654. OLE color: 16689654.

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

Color convert

RGB 246 169 254 -
CMYK 0.03 0.33 0 0.00
HSL 294.35º 0.98% 0.83% -
HSV(B) 294.35º 0.33% 1% -
XYZ 70.08 55.12 100.71 -
YUV 201.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 246 169 254 0.03 0.33 0 0.00 294.35 0.98 0.83
Hex F6 A9 FE 3 21 0 0 126 62 53
Octal 366 251 376 3 41 0 0 446 142 123
Binary 11110110 10101001 11111110 11 100001 0 0 100100110 1100010 1010011

Color Harmonies of #F6A9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A9FE

Black with #F6A9FE

Text Example


Text Example

White with #F6A9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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