Html Css Color HEX #F6BAFE Mauve

📋 copy color: '#F6BAFE'

red 246 ◦ green 186 ◦ blue 254

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

Shades of Mauve #F6BAFE

Tints of Mauve #F6BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.11%

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

R = 35.86%
G = 27.11%
B = 37.03%

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

#F6BAFE (or 0xF6BAFE) is known color: Mauve. HEX triplet: F6, BA and FE. RGB value is (246,186,254). Sum of RGB (Red+Green+Blue) = 246+186+254=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 186 (73.05% from 255 or 27.11% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BAFE is #094501. Grayscale: #D3D3D3. Windows color (decimal): -607490 or 16694006. OLE color: 16694006.

HSL color Cylindrical-coordinate representation of color #F6BAFE: hue angle of 292.94º 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 #F6BAFE is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 246 186 254 -
CMYK 0.03 0.27 0 0.00
HSL 292.94º 0.97% 0.86% -
HSV(B) 292.94º 0.27% 1% -
XYZ 73.45 61.87 101.84 -
YUV 211.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 246 186 254 0.03 0.27 0 0.00 292.94 0.97 0.86
Hex F6 BA FE 3 1B 0 0 125 61 56
Octal 366 272 376 3 33 0 0 445 141 126
Binary 11110110 10111010 11111110 11 11011 0 0 100100101 1100001 1010110

Color Harmonies of #F6BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BAFE

Black with #F6BAFE

Text Example


Text Example

White with #F6BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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