Html Css Color HEX #F6A8FD Mauve

📋 copy color: '#F6A8FD'

red 246 ◦ green 168 ◦ blue 253

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

Shades of Mauve #F6A8FD

Tints of Mauve #F6A8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.19%

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

R = 36.88%
G = 25.19%
B = 37.93%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F6A8FD (or 0xF6A8FD) is known color: Mauve. HEX triplet: F6, A8 and FD. RGB value is (246,168,253). Sum of RGB (Red+Green+Blue) = 246+168+253=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 168 (66.02% from 255 or 25.19% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6A8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A8FD is #095702. Grayscale: #C8C8C8. Windows color (decimal): -612099 or 16623862. OLE color: 16623862.

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

Color convert

RGB 246 168 253 -
CMYK 0.03 0.34 0 0.01
HSL 295.06º 0.96% 0.83% -
HSV(B) 295.06º 0.34% 0.99% -
XYZ 69.74 54.69 99.81 -
YUV 201.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 246 168 253 0.03 0.34 0 0.01 295.06 0.96 0.83
Hex F6 A8 FD 3 22 0 1 127 60 53
Octal 366 250 375 3 42 0 1 447 140 123
Binary 11110110 10101000 11111101 11 100010 0 1 100100111 1100000 1010011

Color Harmonies of #F6A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A8FD

Black with #F6A8FD

Text Example


Text Example

White with #F6A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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