#F0C4FE

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

Shades of Mauve #F0C4FE

Tints of Mauve #F0C4FE

Color information

#F0C4FE (or 0xF0C4FE) is unknown color: approx Mauve. HEX triplet: F0, C4 and FE. RGB value is (240,196,254). Sum of RGB (Red+Green+Blue) = 240+196+254=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 196 (76.95% from 255 or 28.41% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0C4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C4FE is #0F3B01. Grayscale: #D7D7D7. Windows color (decimal): -998146 or 16696560. OLE color: 16696560.

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

Color convert

RGB240196254-
CMYK0.060.2300.00
HSL285.52º96.67%88.24%-
HSV(B)285.52º22.83%99.61%-
XYZ73.5665.16102.47-
YUV215.77149.58145.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.78%
GREEN value IS 196 (76.95% from 255) = 28.41%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=34.78%
G=28.41%
B=36.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401962540.060.2300.00285.5296.6788.24
HexF0C4FE6170011e6158
Octal36030437662700436141130
Binary111100001100010011111110110101110010001111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C4FE; }

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

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

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

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

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

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

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

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