#F7C0FD

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

Shades of Mauve #F7C0FD

Tints of Mauve #F7C0FD

Color information

#F7C0FD (or 0xF7C0FD) is unknown color: approx Mauve. HEX triplet: F7, C0 and FD. RGB value is (247,192,253). Sum of RGB (Red+Green+Blue) = 247+192+253=692 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.69% from 692); Green value is 192 (75.39% from 255 or 27.75% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7C0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C0FD is #083F02. Grayscale: #D7D7D7. Windows color (decimal): -540419 or 16630007. OLE color: 16630007.

HSL color Cylindrical-coordinate representation of color #F7C0FD: hue angle of 294.1º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7C0FD is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB247192253-
CMYK0.020.2400.01
HSL294.1º93.85%87.25%-
HSV(B)294.1º24.11%99.22%-
XYZ74.9464.57101.44-
YUV215.4149.22150.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.69%
GREEN value IS 192 (75.39% from 255) = 27.75%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=35.69%
G=27.75%
B=36.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2471922530.020.2400.01294.193.8587.25
HexF7C0FD218011265e57
Octal36730037523001446136127
Binary11110111110000001111110110110000110010011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C0FD; }

 p { color: rgb(247,192,253); }

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

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

 a { background-color: rgb(247,192,253); }

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

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

 span { border-color: rgb(247,192,253); }

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