#F1C5FF

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

Shades of Mauve #F1C5FF

Tints of Mauve #F1C5FF

Color information

#F1C5FF (or 0xF1C5FF) is unknown color: approx Mauve. HEX triplet: F1, C5 and FF. RGB value is (241,197,255). Sum of RGB (Red+Green+Blue) = 241+197+255=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 197 (77.34% from 255 or 28.43% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1C5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C5FF is #0E3A00. Grayscale: #D8D8D8. Windows color (decimal): -932353 or 16762353. OLE color: 16762353.

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

Color convert

RGB241197255-
CMYK0.050.2300
HSL285.52º100%88.63%-
HSV(B)285.52º22.75%100%-
XYZ74.2965.85103.4-
YUV216.77149.58145.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.78%
GREEN value IS 197 (77.34% from 255) = 28.43%
BLUE value IS 255 (100% from 255) = 36.80%
R=34.78%
G=28.43%
B=36.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411972550.050.2300285.5210088.63
HexF1C5FF5170011e6459
Octal36130537752700436144131
Binary111100011100010111111111101101110010001111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C5FF; }

 p { color: rgb(241,197,255); }

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

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

 a { background-color: rgb(241,197,255); }

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

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

 span { border-color: rgb(241,197,255); }

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