Html Css Color HEX #F1BAFF Mauve

📋 copy color: '#F1BAFF'

red 241 ◦ green 186 ◦ blue 255

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

Shades of Mauve #F1BAFF

Tints of Mauve #F1BAFF

RGB

 RED value IS 241 (94.53% from 255) = 35.34%

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

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

R = 35.34%
G = 27.27%
B = 37.39%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1BAFF (or 0xF1BAFF) is known color: Mauve. HEX triplet: F1, BA and FF. RGB value is (241,186,255). Sum of RGB (Red+Green+Blue) = 241+186+255=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 186 (73.05% from 255 or 27.27% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BAFF is #0E4500. Grayscale: #D2D2D2. Windows color (decimal): -935169 or 16759537. OLE color: 16759537.

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

Color convert

RGB 241 186 255 -
CMYK 0.05 0.27 0 0
HSL 287.83º 1% 0.86% -
HSV(B) 287.83º 0.27% 1% -
XYZ 71.88 61.04 102.6 -
YUV 210.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 241 186 255 0.05 0.27 0 0 287.83 1 0.86
Hex F1 BA FF 5 1B 0 0 120 64 56
Octal 361 272 377 5 33 0 0 440 144 126
Binary 11110001 10111010 11111111 101 11011 0 0 100100000 1100100 1010110

Color Harmonies of #F1BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BAFF

Black with #F1BAFF

Text Example


Text Example

White with #F1BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BAFF; }

 p { color: rgb(241,186,255); }

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

background-color css

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

 a { background-color: rgb(241,186,255); }

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

border-color css

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

 span { border-color: rgb(241,186,255); }

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