#F0C1FE

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

Shades of Mauve #F0C1FE

Tints of Mauve #F0C1FE

Color information

#F0C1FE (or 0xF0C1FE) is unknown color: approx Mauve. HEX triplet: F0, C1 and FE. RGB value is (240,193,254). Sum of RGB (Red+Green+Blue) = 240+193+254=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 193 (75.78% from 255 or 28.09% 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 #F0C1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C1FE is #0F3E01. Grayscale: #D5D5D5. Windows color (decimal): -998914 or 16695792. OLE color: 16695792.

HSL color Cylindrical-coordinate representation of color #F0C1FE: hue angle of 286.23º 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 #F0C1FE is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB240193254-
CMYK0.060.2400.00
HSL286.23º96.83%87.65%-
HSV(B)286.23º24.02%99.61%-
XYZ72.8963.82102.24-
YUV214.01150.57146.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.93%
GREEN value IS 193 (75.78% from 255) = 28.09%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=34.93%
G=28.09%
B=36.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401932540.060.2400.00286.2396.8387.65
HexF0C1FE6180011e6158
Octal36030137663000436141130
Binary111100001100000111111110110110000010001111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C1FE; }

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

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

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

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

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

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

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

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