#FF94AA

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

Shades of Mauvelous #FF94AA

Tints of Mauvelous #FF94AA

Color information

#FF94AA (or 0xFF94AA) is unknown color: approx Mauvelous. HEX triplet: FF, 94 and AA. RGB value is (255,148,170). Sum of RGB (Red+Green+Blue) = 255+148+170=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF94AA is #006B55. Grayscale: #B6B6B6. Windows color (decimal): -27478 or 11179263. OLE color: 11179263.

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

Color convert

RGB255148170-
CMYK00.420.330
HSL347.66º100%79.02%-
HSV(B)347.66º41.96%100%-
XYZ59.0945.3443.67-
YUV182.5120.95179.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 148 (58.20% from 255) = 25.83%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=44.50%
G=25.83%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514817000.420.330347.6610079.02
HexFF94AA02A21015c644f
Octal377224252052410534144117
Binary1111111110010100101010100101010100001010101110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF94AA; }

 p { color: rgb(255,148,170); }

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

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

 a { background-color: rgb(255,148,170); }

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

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

 span { border-color: rgb(255,148,170); }

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