Html Css Color HEX #F1BFFD Mauve

📋 copy color: '#F1BFFD'

red 241 ◦ green 191 ◦ blue 253

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

Shades of Mauve #F1BFFD

Tints of Mauve #F1BFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.93%

R = 35.18%
G = 27.88%
B = 36.93%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F1BFFD (or 0xF1BFFD) is known color: Mauve. HEX triplet: F1, BF and FD. RGB value is (241,191,253). Sum of RGB (Red+Green+Blue) = 241+191+253=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 191 (75% from 255 or 27.88% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1BFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFFD is #0E4002. Grayscale: #D4D4D4. Windows color (decimal): -933891 or 16629745. OLE color: 16629745.

HSL color Cylindrical-coordinate representation of color #F1BFFD: hue angle of 288.39º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1BFFD is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 191 253 -
CMYK 0.05 0.25 0 0.01
HSL 288.39º 0.94% 0.87% -
HSV(B) 288.39º 0.25% 0.99% -
XYZ 72.64 63.05 101.27 -
YUV 213.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 241 191 253 0.05 0.25 0 0.01 288.39 0.94 0.87
Hex F1 BF FD 5 19 0 1 120 5E 57
Octal 361 277 375 5 31 0 1 440 136 127
Binary 11110001 10111111 11111101 101 11001 0 1 100100000 1011110 1010111

Color Harmonies of #F1BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BFFD

Black with #F1BFFD

Text Example


Text Example

White with #F1BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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