#F0C2FE

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

Shades of Mauve #F0C2FE

Tints of Mauve #F0C2FE

Color information

#F0C2FE (or 0xF0C2FE) is unknown color: approx Mauve. HEX triplet: F0, C2 and FE. RGB value is (240,194,254). Sum of RGB (Red+Green+Blue) = 240+194+254=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 194 (76.17% from 255 or 28.20% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C2FE is #0F3D01. Grayscale: #D6D6D6. Windows color (decimal): -998658 or 16696048. OLE color: 16696048.

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

Color convert

RGB240194254-
CMYK0.060.2400.00
HSL286º96.77%87.84%-
HSV(B)286º23.62%99.61%-
XYZ73.1264.26102.32-
YUV214.59150.24146.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.88%
GREEN value IS 194 (76.17% from 255) = 28.20%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=34.88%
G=28.20%
B=36.92%

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
Decimal2401942540.060.2400.0028696.7787.84
HexF0C2FE6180011e6158
Octal36030237663000436141130
Binary111100001100001011111110110110000010001111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C2FE; }

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

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

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

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

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

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

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

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