#F1C1FC

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

Shades of Mauve #F1C1FC

Tints of Mauve #F1C1FC

Color information

#F1C1FC (or 0xF1C1FC) is unknown color: approx Mauve. HEX triplet: F1, C1 and FC. RGB value is (241,193,252). Sum of RGB (Red+Green+Blue) = 241+193+252=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 193 (75.78% from 255 or 28.13% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1C1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C1FC is #0E3E03. Grayscale: #D5D5D5. Windows color (decimal): -933380 or 16564721. OLE color: 16564721.

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

Color convert

RGB241193252-
CMYK0.040.2300.01
HSL288.81º90.77%87.25%-
HSV(B)288.81º23.41%98.82%-
XYZ72.9263.87100.58-
YUV214.08149.4147.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.13%
GREEN value IS 193 (75.78% from 255) = 28.13%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=35.13%
G=28.13%
B=36.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411932520.040.2300.01288.8190.7787.25
HexF1C1FC417011215b57
Octal36130137442701441133127
Binary111100011100000111111100100101110110010000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C1FC; }

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

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

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

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

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

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

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

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