Html Css Color HEX #F6A8FC Mauve

📋 copy color: '#F6A8FC'

red 246 ◦ green 168 ◦ blue 252

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

Shades of Mauve #F6A8FC

Tints of Mauve #F6A8FC

RGB

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

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

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

R = 36.94%
G = 25.23%
B = 37.84%

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

#F6A8FC (or 0xF6A8FC) is known color: Mauve. HEX triplet: F6, A8 and FC. RGB value is (246,168,252). Sum of RGB (Red+Green+Blue) = 246+168+252=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 168 (66.02% from 255 or 25.23% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6A8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A8FC is #095703. Grayscale: #C8C8C8. Windows color (decimal): -612100 or 16558326. OLE color: 16558326.

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

Color convert

RGB 246 168 252 -
CMYK 0.02 0.33 0 0.01
HSL 295.71º 0.93% 0.82% -
HSV(B) 295.71º 0.33% 0.99% -
XYZ 69.58 54.63 98.97 -
YUV 200.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 246 168 252 0.02 0.33 0 0.01 295.71 0.93 0.82
Hex F6 A8 FC 2 21 0 1 128 5D 52
Octal 366 250 374 2 41 0 1 450 135 122
Binary 11110110 10101000 11111100 10 100001 0 1 100101000 1011101 1010010

Color Harmonies of #F6A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A8FC

Black with #F6A8FC

Text Example


Text Example

White with #F6A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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