#F1C3FE

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

Shades of Mauve #F1C3FE

Tints of Mauve #F1C3FE

Color information

#F1C3FE (or 0xF1C3FE) is unknown color: approx Mauve. HEX triplet: F1, C3 and FE. RGB value is (241,195,254). Sum of RGB (Red+Green+Blue) = 241+195+254=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 195 (76.56% from 255 or 28.26% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1C3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C3FE is #0E3C01. Grayscale: #D7D7D7. Windows color (decimal): -932866 or 16696305. OLE color: 16696305.

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

Color convert

RGB241195254-
CMYK0.050.2300.00
HSL286.78º96.72%88.04%-
HSV(B)286.78º23.23%99.61%-
XYZ73.6864.89102.41-
YUV215.48149.74146.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.93%
GREEN value IS 195 (76.56% from 255) = 28.26%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=34.93%
G=28.26%
B=36.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411952540.050.2300.00286.7896.7288.04
HexF1C3FE5170011f6158
Octal36130337652700437141130
Binary111100011100001111111110101101110010001111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3FE; }

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

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

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

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

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

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

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

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