#F1C2FC

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

Shades of Mauve #F1C2FC

Tints of Mauve #F1C2FC

Color information

#F1C2FC (or 0xF1C2FC) is unknown color: approx Mauve. HEX triplet: F1, C2 and FC. RGB value is (241,194,252). Sum of RGB (Red+Green+Blue) = 241+194+252=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 194 (76.17% from 255 or 28.24% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1C2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C2FC is #0E3D03. Grayscale: #D6D6D6. Windows color (decimal): -933124 or 16564977. OLE color: 16564977.

HSL color Cylindrical-coordinate representation of color #F1C2FC: hue angle of 288.62º 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 #F1C2FC is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241194252-
CMYK0.040.2300.01
HSL288.62º90.62%87.45%-
HSV(B)288.62º23.02%98.82%-
XYZ73.1464.31100.65-
YUV214.67149.07146.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.08%
GREEN value IS 194 (76.17% from 255) = 28.24%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=35.08%
G=28.24%
B=36.68%

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
Decimal2411942520.040.2300.01288.6290.6287.45
HexF1C2FC417011215b57
Octal36130237442701441133127
Binary111100011100001011111100100101110110010000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C2FC; }

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

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

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

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

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

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

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

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