#FE94AE

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

Shades of Mauvelous #FE94AE

Tints of Mauvelous #FE94AE

Color information

#FE94AE (or 0xFE94AE) is unknown color: approx Mauvelous. HEX triplet: FE, 94 and AE. RGB value is (254,148,174). Sum of RGB (Red+Green+Blue) = 254+148+174=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE94AE is #016B51. Grayscale: #B6B6B6. Windows color (decimal): -93010 or 11441406. OLE color: 11441406.

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

Color convert

RGB254148174-
CMYK00.420.310.00
HSL345.28º98.15%78.82%-
HSV(B)345.28º41.73%99.61%-
XYZ59.145.3145.67-
YUV182.66123.12178.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.10%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 174 (68.36% from 255) = 30.21%
R=44.10%
G=25.69%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414817400.420.310.00345.2898.1578.82
HexFE94AE02A1F0159624f
Octal376224256052370531142117
Binary111111101001010010101110010101011111010101100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE94AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE94AE; }

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

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

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

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

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

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

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

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