Html Css Color HEX #F6B9FE Mauve

📋 copy color: '#F6B9FE'

red 246 ◦ green 185 ◦ blue 254

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

Shades of Mauve #F6B9FE

Tints of Mauve #F6B9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.01%

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

R = 35.91%
G = 27.01%
B = 37.08%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F6B9FE (or 0xF6B9FE) is known color: Mauve. HEX triplet: F6, B9 and FE. RGB value is (246,185,254). Sum of RGB (Red+Green+Blue) = 246+185+254=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 185 (72.66% from 255 or 27.01% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6B9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B9FE is #094601. Grayscale: #D2D2D2. Windows color (decimal): -607746 or 16693750. OLE color: 16693750.

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

Color convert

RGB 246 185 254 -
CMYK 0.03 0.27 0 0.00
HSL 293.04º 0.97% 0.86% -
HSV(B) 293.04º 0.27% 1% -
XYZ 73.24 61.45 101.77 -
YUV 211.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 246 185 254 0.03 0.27 0 0.00 293.04 0.97 0.86
Hex F6 B9 FE 3 1B 0 0 125 61 56
Octal 366 271 376 3 33 0 0 445 141 126
Binary 11110110 10111001 11111110 11 11011 0 0 100100101 1100001 1010110

Color Harmonies of #F6B9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B9FE

Black with #F6B9FE

Text Example


Text Example

White with #F6B9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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