#F8A9FD

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

Shades of Mauve #F8A9FD

Tints of Mauve #F8A9FD

Color information

#F8A9FD (or 0xF8A9FD) is unknown color: approx Mauve. HEX triplet: F8, A9 and FD. RGB value is (248,169,253). Sum of RGB (Red+Green+Blue) = 248+169+253=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 169 (66.41% from 255 or 25.22% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8A9FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A9FD is #075602. Grayscale: #C9C9C9. Windows color (decimal): -480771 or 16624120. OLE color: 16624120.

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

Color convert

RGB248169253-
CMYK0.020.3300.01
HSL296.43º95.45%82.75%-
HSV(B)296.43º33.2%99.22%-
XYZ70.6355.4299.9-
YUV202.2156.67160.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.01%
GREEN value IS 169 (66.41% from 255) = 25.22%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=37.01%
G=25.22%
B=37.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481692530.020.3300.01296.4395.4582.75
HexF8A9FD221011285f53
Octal37025137524101450137123
Binary111110001010100111111101101000010110010100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9FD; }

 p { color: rgb(248,169,253); }

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

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

 a { background-color: rgb(248,169,253); }

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

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

 span { border-color: rgb(248,169,253); }

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