#F6C2FE

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

Shades of Mauve #F6C2FE

Tints of Mauve #F6C2FE

Color information

#F6C2FE (or 0xF6C2FE) is unknown color: approx Mauve. HEX triplet: F6, C2 and FE. RGB value is (246,194,254). Sum of RGB (Red+Green+Blue) = 246+194+254=694 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.45% from 694); Green value is 194 (76.17% from 255 or 27.95% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C2FE is #093D01. Grayscale: #D8D8D8. Windows color (decimal): -605442 or 16696054. OLE color: 16696054.

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

Color convert

RGB246194254-
CMYK0.030.2400.00
HSL292º96.77%87.84%-
HSV(B)292º23.62%99.61%-
XYZ75.1965.33102.41-
YUV216.39149.23149.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.45%
GREEN value IS 194 (76.17% from 255) = 27.95%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=35.45%
G=27.95%
B=36.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2461942540.030.2400.0029296.7787.84
HexF6C2FE318001246158
Octal36630237633000444141130
Binary11110110110000101111111011110000010010010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C2FE; }

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

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

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

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

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

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

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

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