#F0C1FF

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

Shades of Mauve #F0C1FF

Tints of Mauve #F0C1FF

Color information

#F0C1FF (or 0xF0C1FF) is unknown color: approx Mauve. HEX triplet: F0, C1 and FF. RGB value is (240,193,255). Sum of RGB (Red+Green+Blue) = 240+193+255=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 193 (75.78% from 255 or 28.05% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0C1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C1FF is #0F3E00. Grayscale: #D5D5D5. Windows color (decimal): -998913 or 16761328. OLE color: 16761328.

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

Color convert

RGB240193255-
CMYK0.060.2400
HSL285.48º100%87.84%-
HSV(B)285.48º24.31%100%-
XYZ73.0663.89103.09-
YUV214.12151.07146.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.88%
GREEN value IS 193 (75.78% from 255) = 28.05%
BLUE value IS 255 (100% from 255) = 37.06%
R=34.88%
G=28.05%
B=37.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401932550.060.2400285.4810087.84
HexF0C1FF6180011d6458
Octal36030137763000435144130
Binary111100001100000111111111110110000010001110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C1FF; }

 p { color: rgb(240,193,255); }

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

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

 a { background-color: rgb(240,193,255); }

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

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

 span { border-color: rgb(240,193,255); }

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