Html Css Color HEX #F1BAFE Mauve

📋 copy color: '#F1BAFE'

red 241 ◦ green 186 ◦ blue 254

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

Shades of Mauve #F1BAFE

Tints of Mauve #F1BAFE

RGB

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

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

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

R = 35.39%
G = 27.31%
B = 37.3%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1BAFE (or 0xF1BAFE) is known color: Mauve. HEX triplet: F1, BA and FE. RGB value is (241,186,254). Sum of RGB (Red+Green+Blue) = 241+186+254=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 186 (73.05% from 255 or 27.31% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BAFE is #0E4501. Grayscale: #D1D1D1. Windows color (decimal): -935170 or 16694001. OLE color: 16694001.

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

Color convert

RGB 241 186 254 -
CMYK 0.05 0.27 0 0.00
HSL 288.53º 0.97% 0.86% -
HSV(B) 288.53º 0.27% 1% -
XYZ 71.72 60.97 101.75 -
YUV 210.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 241 186 254 0.05 0.27 0 0.00 288.53 0.97 0.86
Hex F1 BA FE 5 1B 0 0 121 61 56
Octal 361 272 376 5 33 0 0 441 141 126
Binary 11110001 10111010 11111110 101 11011 0 0 100100001 1100001 1010110

Color Harmonies of #F1BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BAFE

Black with #F1BAFE

Text Example


Text Example

White with #F1BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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