#FF95AA

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

Shades of Mauvelous #FF95AA

Tints of Mauvelous #FF95AA

Color information

#FF95AA (or 0xFF95AA) is unknown color: approx Mauvelous. HEX triplet: FF, 95 and AA. RGB value is (255,149,170). Sum of RGB (Red+Green+Blue) = 255+149+170=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF95AA is #006A55. Grayscale: #B7B7B7. Windows color (decimal): -27222 or 11179519. OLE color: 11179519.

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

Color convert

RGB255149170-
CMYK00.420.330
HSL348.11º100%79.22%-
HSV(B)348.11º41.57%100%-
XYZ59.2445.6643.72-
YUV183.09120.62179.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.43%
GREEN value IS 149 (58.59% from 255) = 25.96%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=44.43%
G=25.96%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514917000.420.330348.1110079.22
HexFF95AA02A21015c644f
Octal377225252052410534144117
Binary1111111110010101101010100101010100001010101110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95AA; }

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

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

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

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

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

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

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

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