Html Css Color HEX #F6B1FA Mauve

📋 copy color: '#F6B1FA'

red 246 ◦ green 177 ◦ blue 250

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

Shades of Mauve #F6B1FA

Tints of Mauve #F6B1FA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.3%

 BLUE value IS 250 (98.05% from 255) = 37.15%

R = 36.55%
G = 26.3%
B = 37.15%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F6B1FA (or 0xF6B1FA) is known color: Mauve. HEX triplet: F6, B1 and FA. RGB value is (246,177,250). Sum of RGB (Red+Green+Blue) = 246+177+250=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 177 (69.53% from 255 or 26.30% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6B1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6B1FA is #094E05. Grayscale: #CDCDCD. Windows color (decimal): -609798 or 16429558. OLE color: 16429558.

HSL color Cylindrical-coordinate representation of color #F6B1FA: hue angle of 296.71º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6B1FA is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 177 250 -
CMYK 0.02 0.29 0 0.02
HSL 296.71º 0.88% 0.84% -
HSV(B) 296.71º 0.29% 0.98% -
XYZ 70.98 57.94 97.88 -
YUV 205.95 152.86 156.56 -
System Red Green Blue C M Y K H S L
Decimal 246 177 250 0.02 0.29 0 0.02 296.71 0.88 0.84
Hex F6 B1 FA 2 1D 0 2 129 58 54
Octal 366 261 372 2 35 0 2 451 130 124
Binary 11110110 10110001 11111010 10 11101 0 10 100101001 1011000 1010100

Color Harmonies of #F6B1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B1FA

Black with #F6B1FA

Text Example


Text Example

White with #F6B1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B1FA; }

 p { color: rgb(246,177,250); }

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

background-color css

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

 a { background-color: rgb(246,177,250); }

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

border-color css

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

 span { border-color: rgb(246,177,250); }

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