#F4C0FE

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

Shades of Mauve #F4C0FE

Tints of Mauve #F4C0FE

Color information

#F4C0FE (or 0xF4C0FE) is unknown color: approx Mauve. HEX triplet: F4, C0 and FE. RGB value is (244,192,254). Sum of RGB (Red+Green+Blue) = 244+192+254=690 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.36% from 690); Green value is 192 (75.39% from 255 or 27.83% 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 #F4C0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C0FE is #0B3F01. Grayscale: #D6D6D6. Windows color (decimal): -737026 or 16695540. OLE color: 16695540.

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

Color convert

RGB244192254-
CMYK0.040.2400.00
HSL290.32º96.88%87.45%-
HSV(B)290.32º24.41%99.61%-
XYZ74.0564.09102.23-
YUV214.62150.23148.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.36%
GREEN value IS 192 (75.39% from 255) = 27.83%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=35.36%
G=27.83%
B=36.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441922540.040.2400.00290.3296.8887.45
HexF4C0FE418001226157
Octal36430037643000442141127
Binary111101001100000011111110100110000010010001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C0FE; }

 p { color: rgb(244,192,254); }

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

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

 a { background-color: rgb(244,192,254); }

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

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

 span { border-color: rgb(244,192,254); }

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