#FE94AD

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

Shades of Mauvelous #FE94AD

Tints of Mauvelous #FE94AD

Color information

#FE94AD (or 0xFE94AD) is unknown color: approx Mauvelous. HEX triplet: FE, 94 and AD. RGB value is (254,148,173). Sum of RGB (Red+Green+Blue) = 254+148+173=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE94AD is #016B52. Grayscale: #B6B6B6. Windows color (decimal): -93011 or 11375870. OLE color: 11375870.

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

Color convert

RGB254148173-
CMYK00.420.320.00
HSL345.85º98.15%78.82%-
HSV(B)345.85º41.73%99.61%-
XYZ59.0145.2745.16-
YUV182.54122.62178.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 148 (58.20% from 255) = 25.74%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=44.17%
G=25.74%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414817300.420.320.00345.8598.1578.82
HexFE94AD02A20015a624f
Octal376224255052400532142117
Binary1111111010010100101011010101010100000010101101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE94AD; }

 p { color: rgb(254,148,173); }

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

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

 a { background-color: rgb(254,148,173); }

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

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

 span { border-color: rgb(254,148,173); }

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