#FE94AC

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

Shades of Mauvelous #FE94AC

Tints of Mauvelous #FE94AC

Color information

#FE94AC (or 0xFE94AC) is unknown color: approx Mauvelous. HEX triplet: FE, 94 and AC. RGB value is (254,148,172). Sum of RGB (Red+Green+Blue) = 254+148+172=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE94AC is #016B53. Grayscale: #B6B6B6. Windows color (decimal): -93012 or 11310334. OLE color: 11310334.

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

Color convert

RGB254148172-
CMYK00.420.320.00
HSL346.42º98.15%78.82%-
HSV(B)346.42º41.73%99.61%-
XYZ58.9145.2344.65-
YUV182.43122.12179.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 148 (58.20% from 255) = 25.78%
BLUE value IS 172 (67.58% from 255) = 29.97%
R=44.25%
G=25.78%
B=29.97%

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
Decimal25414817200.420.320.00346.4298.1578.82
HexFE94AC02A20015a624f
Octal376224254052400532142117
Binary1111111010010100101011000101010100000010101101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE94AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE94AC; }

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

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

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

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

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

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

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

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