#F1B1FC

Color #F1B1FC Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #F1B1FC

Tints of Mauve #F1B1FC

Color information

#F1B1FC (or 0xF1B1FC) is unknown color: approx Mauve. HEX triplet: F1, B1 and FC. RGB value is (241,177,252). Sum of RGB (Red+Green+Blue) = 241+177+252=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 177 (69.53% from 255 or 26.42% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1B1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B1FC is #0E4E03. Grayscale: #CCCCCC. Windows color (decimal): -937476 or 16560625. OLE color: 16560625.

HSL color Cylindrical-coordinate representation of color #F1B1FC: hue angle of 291.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1B1FC is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241177252-
CMYK0.040.3000.01
HSL291.2º92.59%84.12%-
HSV(B)291.2º29.76%98.82%-
XYZ69.5757.1799.46-
YUV204.69154.7153.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.97%
GREEN value IS 177 (69.53% from 255) = 26.42%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=35.97%
G=26.42%
B=37.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411772520.040.3000.01291.292.5984.12
HexF1B1FC41E011235d54
Octal36126137443601443135124
Binary111100011011000111111100100111100110010001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B1FC; }

 p { color: rgb(241,177,252); }

 H1.HeaderClassName
 {
   color: #F1B1FC;
 }
 .AnyTagClassName
 {
   color: #F1B1FC;
 }
</style>
background-color css

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

 a { background-color: rgb(241,177,252); }

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

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

 span { border-color: rgb(241,177,252); }

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