#FE93A4

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

Shades of Mauvelous #FE93A4

Tints of Mauvelous #FE93A4

Color information

#FE93A4 (or 0xFE93A4) is unknown color: approx Mauvelous. HEX triplet: FE, 93 and A4. RGB value is (254,147,164). Sum of RGB (Red+Green+Blue) = 254+147+164=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE93A4 is #016C5B. Grayscale: #B4B4B4. Windows color (decimal): -93276 or 10785790. OLE color: 10785790.

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

Color convert

RGB254147164-
CMYK00.420.350.00
HSL350.47º98.17%78.63%-
HSV(B)350.47º42.13%99.61%-
XYZ58.0144.6240.68-
YUV180.93118.45180.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 147 (57.81% from 255) = 26.02%
BLUE value IS 164 (64.45% from 255) = 29.03%
R=44.96%
G=26.02%
B=29.03%

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
Decimal25414716400.420.350.00350.4798.1778.63
HexFE93A402A23015e624f
Octal376223244052430536142117
Binary1111111010010011101001000101010100011010101111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE93A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE93A4; }

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

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

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

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

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

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

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

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