#FE9FA9

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

Shades of Mauvelous #FE9FA9

Tints of Mauvelous #FE9FA9

Color information

#FE9FA9 (or 0xFE9FA9) is unknown color: approx Mauvelous. HEX triplet: FE, 9F and A9. RGB value is (254,159,169). Sum of RGB (Red+Green+Blue) = 254+159+169=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9FA9 is #016056. Grayscale: #BCBCBC. Windows color (decimal): -90199 or 11116542. OLE color: 11116542.

HSL color Cylindrical-coordinate representation of color #FE9FA9: hue angle of 353.68º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FA9 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB254159169-
CMYK00.370.330.00
HSL353.68º97.94%80.98%-
HSV(B)353.68º37.4%99.61%-
XYZ60.4348.7343.76-
YUV188.54116.97174.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.64%
GREEN value IS 159 (62.5% from 255) = 27.32%
BLUE value IS 169 (66.41% from 255) = 29.04%
R=43.64%
G=27.32%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415916900.370.330.00353.6897.9480.98
HexFE9FA90252101626251
Octal376237251045410542142121
Binary1111111010011111101010010100101100001010110001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FA9; }

 p { color: rgb(254,159,169); }

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

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

 a { background-color: rgb(254,159,169); }

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

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

 span { border-color: rgb(254,159,169); }

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