#F1C2FE

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

Shades of Mauve #F1C2FE

Tints of Mauve #F1C2FE

Color information

#F1C2FE (or 0xF1C2FE) is unknown color: approx Mauve. HEX triplet: F1, C2 and FE. RGB value is (241,194,254). Sum of RGB (Red+Green+Blue) = 241+194+254=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 194 (76.17% from 255 or 28.16% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C2FE is #0E3D01. Grayscale: #D6D6D6. Windows color (decimal): -933122 or 16696049. OLE color: 16696049.

HSL color Cylindrical-coordinate representation of color #F1C2FE: hue angle of 287º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1C2FE is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241194254-
CMYK0.050.2400.00
HSL287º96.77%87.84%-
HSV(B)287º23.62%99.61%-
XYZ73.4664.44102.33-
YUV214.89150.07146.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.98%
GREEN value IS 194 (76.17% from 255) = 28.16%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=34.98%
G=28.16%
B=36.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411942540.050.2400.0028796.7787.84
HexF1C2FE5180011f6158
Octal36130237653000437141130
Binary111100011100001011111110101110000010001111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C2FE; }

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

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

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

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

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

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

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

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