Html Css Color HEX #F6A9FD Mauve

📋 copy color: '#F6A9FD'

red 246 ◦ green 169 ◦ blue 253

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

Shades of Mauve #F6A9FD

Tints of Mauve #F6A9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.87%

R = 36.83%
G = 25.3%
B = 37.87%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F6A9FD (or 0xF6A9FD) is known color: Mauve. HEX triplet: F6, A9 and FD. RGB value is (246,169,253). Sum of RGB (Red+Green+Blue) = 246+169+253=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 169 (66.41% from 255 or 25.30% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6A9FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A9FD is #095602. Grayscale: #C9C9C9. Windows color (decimal): -611843 or 16624118. OLE color: 16624118.

HSL color Cylindrical-coordinate representation of color #F6A9FD: hue angle of 295º degrees, saturation: 0.95, 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 #F6A9FD is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 169 253 -
CMYK 0.03 0.33 0 0.01
HSL 295º 0.95% 0.83% -
HSV(B) 295º 0.33% 0.99% -
XYZ 69.92 55.06 99.87 -
YUV 201.6 157.01 159.67 -
System Red Green Blue C M Y K H S L
Decimal 246 169 253 0.03 0.33 0 0.01 295 0.95 0.83
Hex F6 A9 FD 3 21 0 1 127 5F 53
Octal 366 251 375 3 41 0 1 447 137 123
Binary 11110110 10101001 11111101 11 100001 0 1 100100111 1011111 1010011

Color Harmonies of #F6A9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A9FD

Black with #F6A9FD

Text Example


Text Example

White with #F6A9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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