Html Css Color HEX #F6BFFC Mauve

📋 copy color: '#F6BFFC'

red 246 ◦ green 191 ◦ blue 252

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

Shades of Mauve #F6BFFC

Tints of Mauve #F6BFFC

RGB

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

 GREEN value IS 191 (75% from 255) = 27.72%

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

R = 35.7%
G = 27.72%
B = 36.57%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F6BFFC (or 0xF6BFFC) is known color: Mauve. HEX triplet: F6, BF and FC. RGB value is (246,191,252). Sum of RGB (Red+Green+Blue) = 246+191+252=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 191 (75% from 255 or 27.72% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6BFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BFFC is #094003. Grayscale: #D6D6D6. Windows color (decimal): -606212 or 16564214. OLE color: 16564214.

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

Color convert

RGB 246 191 252 -
CMYK 0.02 0.24 0 0.01
HSL 294.1º 0.91% 0.87% -
HSV(B) 294.1º 0.24% 0.99% -
XYZ 74.21 63.88 100.51 -
YUV 214.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 246 191 252 0.02 0.24 0 0.01 294.1 0.91 0.87
Hex F6 BF FC 2 18 0 1 126 5B 57
Octal 366 277 374 2 30 0 1 446 133 127
Binary 11110110 10111111 11111100 10 11000 0 1 100100110 1011011 1010111

Color Harmonies of #F6BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BFFC

Black with #F6BFFC

Text Example


Text Example

White with #F6BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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