#FE90AD

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

Shades of Mauvelous #FE90AD

Tints of Mauvelous #FE90AD

Color information

#FE90AD (or 0xFE90AD) is unknown color: approx Mauvelous. HEX triplet: FE, 90 and AD. RGB value is (254,144,173). Sum of RGB (Red+Green+Blue) = 254+144+173=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90AD is #016F52. Grayscale: #B4B4B4. Windows color (decimal): -94035 or 11374846. OLE color: 11374846.

HSL color Cylindrical-coordinate representation of color #FE90AD: hue angle of 344.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE90AD is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB254144173-
CMYK00.430.320.00
HSL344.18º98.21%78.04%-
HSV(B)344.18º43.31%99.61%-
XYZ58.3944.0344.96-
YUV180.2123.94180.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.48%
GREEN value IS 144 (56.64% from 255) = 25.22%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=44.48%
G=25.22%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414417300.430.320.00344.1898.2178.04
HexFE90AD02B200158624e
Octal376220255053400530142116
Binary1111111010010000101011010101011100000010101100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE90AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE90AD; }

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

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

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

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

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

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

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

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