#F7C1FE

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

Shades of Mauve #F7C1FE

Tints of Mauve #F7C1FE

Color information

#F7C1FE (or 0xF7C1FE) is unknown color: approx Mauve. HEX triplet: F7, C1 and FE. RGB value is (247,193,254). Sum of RGB (Red+Green+Blue) = 247+193+254=694 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.59% from 694); Green value is 193 (75.78% from 255 or 27.81% 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 #F7C1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C1FE is #083E01. Grayscale: #D7D7D7. Windows color (decimal): -540162 or 16695799. OLE color: 16695799.

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

Color convert

RGB247193254-
CMYK0.030.2400.00
HSL293.11º96.83%87.65%-
HSV(B)293.11º24.02%99.61%-
XYZ75.3265.07102.36-
YUV216.1149.39150.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.59%
GREEN value IS 193 (75.78% from 255) = 27.81%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=35.59%
G=27.81%
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
Decimal2471932540.030.2400.00293.1196.8387.65
HexF7C1FE318001256158
Octal36730137633000445141130
Binary11110111110000011111111011110000010010010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C1FE; }

 p { color: rgb(247,193,254); }

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

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

 a { background-color: rgb(247,193,254); }

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

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

 span { border-color: rgb(247,193,254); }

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