#F0A7FD

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

Shades of Mauve #F0A7FD

Tints of Mauve #F0A7FD

Color information

#F0A7FD (or 0xF0A7FD) is unknown color: approx Mauve. HEX triplet: F0, A7 and FD. RGB value is (240,167,253). Sum of RGB (Red+Green+Blue) = 240+167+253=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 167 (65.62% from 255 or 25.30% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0A7FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A7FD is #0F5802. Grayscale: #C6C6C6. Windows color (decimal): -1005571 or 16623600. OLE color: 16623600.

HSL color Cylindrical-coordinate representation of color #F0A7FD: hue angle of 290.93º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0A7FD is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240167253-
CMYK0.050.3400.01
HSL290.93º95.56%82.35%-
HSV(B)290.93º33.99%99.22%-
XYZ67.4853.2599.65-
YUV198.63158.68157.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.36%
GREEN value IS 167 (65.62% from 255) = 25.30%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=36.36%
G=25.30%
B=38.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401672530.050.3400.01290.9395.5682.35
HexF0A7FD522011236052
Octal36024737554201443140122
Binary1111000010100111111111011011000100110010001111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A7FD; }

 p { color: rgb(240,167,253); }

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

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

 a { background-color: rgb(240,167,253); }

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

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

 span { border-color: rgb(240,167,253); }

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