#FF90AE

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

Shades of Mauvelous #FF90AE

Tints of Mauvelous #FF90AE

Color information

#FF90AE (or 0xFF90AE) is unknown color: approx Mauvelous. HEX triplet: FF, 90 and AE. RGB value is (255,144,174). Sum of RGB (Red+Green+Blue) = 255+144+174=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF90AE is #006F51. Grayscale: #B4B4B4. Windows color (decimal): -28498 or 11440383. OLE color: 11440383.

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

Color convert

RGB255144174-
CMYK00.440.320
HSL343.78º100%78.24%-
HSV(B)343.78º43.53%100%-
XYZ58.8544.2645.49-
YUV180.61124.27181.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=44.50%
G=25.13%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514417400.440.320343.7810078.24
HexFF90AE02C200158644e
Octal377220256054400530144116
Binary1111111110010000101011100101100100000010101100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF90AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF90AE; }

 p { color: rgb(255,144,174); }

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

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

 a { background-color: rgb(255,144,174); }

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

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

 span { border-color: rgb(255,144,174); }

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