#F1C0FE

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

Shades of Mauve #F1C0FE

Tints of Mauve #F1C0FE

Color information

#F1C0FE (or 0xF1C0FE) is unknown color: approx Mauve. HEX triplet: F1, C0 and FE. RGB value is (241,192,254). Sum of RGB (Red+Green+Blue) = 241+192+254=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 192 (75.39% from 255 or 27.95% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1C0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C0FE is #0E3F01. Grayscale: #D5D5D5. Windows color (decimal): -933634 or 16695537. OLE color: 16695537.

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

Color convert

RGB241192254-
CMYK0.050.2400.00
HSL287.42º96.88%87.45%-
HSV(B)287.42º24.41%99.61%-
XYZ73.0163.56102.19-
YUV213.72150.73147.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.08%
GREEN value IS 192 (75.39% from 255) = 27.95%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=35.08%
G=27.95%
B=36.97%

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
Decimal2411922540.050.2400.00287.4296.8887.45
HexF1C0FE5180011f6157
Octal36130037653000437141127
Binary111100011100000011111110101110000010001111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C0FE; }

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

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

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

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

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

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

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

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