#FE93A6

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

Shades of Mauvelous #FE93A6

Tints of Mauvelous #FE93A6

Color information

#FE93A6 (or 0xFE93A6) is unknown color: approx Mauvelous. HEX triplet: FE, 93 and A6. RGB value is (254,147,166). Sum of RGB (Red+Green+Blue) = 254+147+166=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 166 (65.23% from 255 or 29.28% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE93A6 is #016C59. Grayscale: #B5B5B5. Windows color (decimal): -93274 or 10916862. OLE color: 10916862.

HSL color Cylindrical-coordinate representation of color #FE93A6: hue angle of 349.35º 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 #FE93A6 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB254147166-
CMYK00.420.350.00
HSL349.35º98.17%78.63%-
HSV(B)349.35º42.13%99.61%-
XYZ58.1944.6941.64-
YUV181.16119.45179.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 147 (57.81% from 255) = 25.93%
BLUE value IS 166 (65.23% from 255) = 29.28%
R=44.80%
G=25.93%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414716600.420.350.00349.3598.1778.63
HexFE93A602A23015d624f
Octal376223246052430535142117
Binary1111111010010011101001100101010100011010101110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE93A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE93A6; }

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

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

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

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

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

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

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

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