Html Css Color HEX #F1BBFE Mauve

📋 copy color: '#F1BBFE'

red 241 ◦ green 187 ◦ blue 254

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

Shades of Mauve #F1BBFE

Tints of Mauve #F1BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.42%

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

R = 35.34%
G = 27.42%
B = 37.24%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1BBFE (or 0xF1BBFE) is known color: Mauve. HEX triplet: F1, BB and FE. RGB value is (241,187,254). Sum of RGB (Red+Green+Blue) = 241+187+254=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 187 (73.44% from 255 or 27.42% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1BBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BBFE is #0E4401. Grayscale: #D2D2D2. Windows color (decimal): -934914 or 16694257. OLE color: 16694257.

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

Color convert

RGB 241 187 254 -
CMYK 0.05 0.26 0 0.00
HSL 288.36º 0.97% 0.86% -
HSV(B) 288.36º 0.26% 1% -
XYZ 71.94 61.4 101.83 -
YUV 210.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 241 187 254 0.05 0.26 0 0.00 288.36 0.97 0.86
Hex F1 BB FE 5 1A 0 0 120 61 56
Octal 361 273 376 5 32 0 0 440 141 126
Binary 11110001 10111011 11111110 101 11010 0 0 100100000 1100001 1010110

Color Harmonies of #F1BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BBFE

Black with #F1BBFE

Text Example


Text Example

White with #F1BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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