Html Css Color HEX #F1C1FB Mauve

📋 copy color: '#F1C1FB'

red 241 ◦ green 193 ◦ blue 251

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

Shades of Mauve #F1C1FB

Tints of Mauve #F1C1FB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.18%

 BLUE value IS 251 (98.44% from 255) = 36.64%

R = 35.18%
G = 28.18%
B = 36.64%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1C1FB (or 0xF1C1FB) is known color: Mauve. HEX triplet: F1, C1 and FB. RGB value is (241,193,251). Sum of RGB (Red+Green+Blue) = 241+193+251=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 193 (75.78% from 255 or 28.18% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1C1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C1FB is #0E3E04. Grayscale: #D5D5D5. Windows color (decimal): -933381 or 16499185. OLE color: 16499185.

HSL color Cylindrical-coordinate representation of color #F1C1FB: hue angle of 289.66º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1C1FB is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 193 251 -
CMYK 0.04 0.23 0 0.02
HSL 289.66º 0.88% 0.87% -
HSV(B) 289.66º 0.23% 0.98% -
XYZ 72.76 63.81 99.75 -
YUV 213.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 241 193 251 0.04 0.23 0 0.02 289.66 0.88 0.87
Hex F1 C1 FB 4 17 0 2 122 58 57
Octal 361 301 373 4 27 0 2 442 130 127
Binary 11110001 11000001 11111011 100 10111 0 10 100100010 1011000 1010111

Color Harmonies of #F1C1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C1FB

Black with #F1C1FB

Text Example


Text Example

White with #F1C1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C1FB; }

 p { color: rgb(241,193,251); }

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

background-color css

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

 a { background-color: rgb(241,193,251); }

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

border-color css

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

 span { border-color: rgb(241,193,251); }

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