Html Css Color HEX #F1BFF8 Mauve

📋 copy color: '#F1BFF8'

red 241 ◦ green 191 ◦ blue 248

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

Shades of Mauve #F1BFF8

Tints of Mauve #F1BFF8

RGB

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

 GREEN value IS 191 (75% from 255) = 28.09%

 BLUE value IS 248 (97.27% from 255) = 36.47%

R = 35.44%
G = 28.09%
B = 36.47%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F1BFF8 (or 0xF1BFF8) is known color: Mauve. HEX triplet: F1, BF and F8. RGB value is (241,191,248). Sum of RGB (Red+Green+Blue) = 241+191+248=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 248 (97.27% from 255 or 36.47% from 680); Max value from RGB is 248 - color contains mainly: blue. Hex color #F1BFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFF8 is #0E4007. Grayscale: #D4D4D4. Windows color (decimal): -933896 or 16302065. OLE color: 16302065.

HSL color Cylindrical-coordinate representation of color #F1BFF8: hue angle of 292.63º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1BFF8 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 191 248 -
CMYK 0.03 0.23 0 0.03
HSL 292.63º 0.8% 0.86% -
HSV(B) 292.63º 0.23% 0.97% -
XYZ 71.85 62.74 97.13 -
YUV 212.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 241 191 248 0.03 0.23 0 0.03 292.63 0.8 0.86
Hex F1 BF F8 3 17 0 3 125 50 56
Octal 361 277 370 3 27 0 3 445 120 126
Binary 11110001 10111111 11111000 11 10111 0 11 100100101 1010000 1010110

Color Harmonies of #F1BFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BFF8

Black with #F1BFF8

Text Example


Text Example

White with #F1BFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BFF8; }

 p { color: rgb(241,191,248); }

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

background-color css

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

 a { background-color: rgb(241,191,248); }

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

border-color css

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

 span { border-color: rgb(241,191,248); }

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