#F4C2FF

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

Shades of Mauve #F4C2FF

Tints of Mauve #F4C2FF

Color information

#F4C2FF (or 0xF4C2FF) is unknown color: approx Mauve. HEX triplet: F4, C2 and FF. RGB value is (244,194,255). Sum of RGB (Red+Green+Blue) = 244+194+255=693 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.21% from 693); Green value is 194 (76.17% from 255 or 27.99% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4C2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C2FF is #0B3D00. Grayscale: #D7D7D7. Windows color (decimal): -736513 or 16761588. OLE color: 16761588.

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

Color convert

RGB244194255-
CMYK0.040.2400
HSL289.18º100%88.04%-
HSV(B)289.18º23.92%100%-
XYZ74.6565.04103.23-
YUV215.9150.06148.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.21%
GREEN value IS 194 (76.17% from 255) = 27.99%
BLUE value IS 255 (100% from 255) = 36.80%
R=35.21%
G=27.99%
B=36.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2441942550.040.2400289.1810088.04
HexF4C2FF418001216458
Octal36430237743000441144130
Binary111101001100001011111111100110000010010000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C2FF; }

 p { color: rgb(244,194,255); }

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

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

 a { background-color: rgb(244,194,255); }

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

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

 span { border-color: rgb(244,194,255); }

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