Html Css Color HEX #F6BCFF Mauve

📋 copy color: '#F6BCFF'

red 246 ◦ green 188 ◦ blue 255

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

Shades of Mauve #F6BCFF

Tints of Mauve #F6BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.29%

 BLUE value IS 255 (100% from 255) = 37.01%

R = 35.7%
G = 27.29%
B = 37.01%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F6BCFF (or 0xF6BCFF) is known color: Mauve. HEX triplet: F6, BC and FF. RGB value is (246,188,255). Sum of RGB (Red+Green+Blue) = 246+188+255=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 188 (73.83% from 255 or 27.29% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6BCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BCFF is #094300. Grayscale: #D4D4D4. Windows color (decimal): -606977 or 16760054. OLE color: 16760054.

HSL color Cylindrical-coordinate representation of color #F6BCFF: hue angle of 291.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6BCFF is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 246 188 255 -
CMYK 0.04 0.26 0 0
HSL 291.94º 1% 0.87% -
HSV(B) 291.94º 0.26% 1% -
XYZ 74.04 62.78 102.82 -
YUV 212.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 246 188 255 0.04 0.26 0 0 291.94 1 0.87
Hex F6 BC FF 4 1A 0 0 124 64 57
Octal 366 274 377 4 32 0 0 444 144 127
Binary 11110110 10111100 11111111 100 11010 0 0 100100100 1100100 1010111

Color Harmonies of #F6BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BCFF

Black with #F6BCFF

Text Example


Text Example

White with #F6BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BCFF; }

 p { color: rgb(246,188,255); }

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

background-color css

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

 a { background-color: rgb(246,188,255); }

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

border-color css

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

 span { border-color: rgb(246,188,255); }

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