#FE93A9

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

Shades of Mauvelous #FE93A9

Tints of Mauvelous #FE93A9

Color information

#FE93A9 (or 0xFE93A9) is unknown color: approx Mauvelous. HEX triplet: FE, 93 and A9. RGB value is (254,147,169). Sum of RGB (Red+Green+Blue) = 254+147+169=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE93A9 is #016C56. Grayscale: #B5B5B5. Windows color (decimal): -93271 or 11113470. OLE color: 11113470.

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

Color convert

RGB254147169-
CMYK00.420.330.00
HSL347.66º98.17%78.63%-
HSV(B)347.66º42.13%99.61%-
XYZ58.4744.843.1-
YUV181.5120.95179.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.56%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 169 (66.41% from 255) = 29.65%
R=44.56%
G=25.79%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414716900.420.330.00347.6698.1778.63
HexFE93A902A21015c624f
Octal376223251052410534142117
Binary1111111010010011101010010101010100001010101110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE93A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE93A9; }

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

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

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

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

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

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

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

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