#FF93AA

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

Shades of Mauvelous #FF93AA

Tints of Mauvelous #FF93AA

Color information

#FF93AA (or 0xFF93AA) is unknown color: approx Mauvelous. HEX triplet: FF, 93 and AA. RGB value is (255,147,170). Sum of RGB (Red+Green+Blue) = 255+147+170=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF93AA is #006C55. Grayscale: #B5B5B5. Windows color (decimal): -27734 or 11179007. OLE color: 11179007.

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

Color convert

RGB255147170-
CMYK00.420.330
HSL347.22º100%78.82%-
HSV(B)347.22º42.35%100%-
XYZ58.9345.0343.62-
YUV181.91121.28180.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.58%
GREEN value IS 147 (57.81% from 255) = 25.70%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=44.58%
G=25.70%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514717000.420.330347.2210078.82
HexFF93AA02A21015b644f
Octal377223252052410533144117
Binary1111111110010011101010100101010100001010101101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF93AA; }

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

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

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

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

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

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

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

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