#FF95AB

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

Shades of Mauvelous #FF95AB

Tints of Mauvelous #FF95AB

Color information

#FF95AB (or 0xFF95AB) is unknown color: approx Mauvelous. HEX triplet: FF, 95 and AB. RGB value is (255,149,171). Sum of RGB (Red+Green+Blue) = 255+149+171=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF95AB is #006A54. Grayscale: #B7B7B7. Windows color (decimal): -27221 or 11245055. OLE color: 11245055.

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

Color convert

RGB255149171-
CMYK00.420.330
HSL347.55º100%79.22%-
HSV(B)347.55º41.57%100%-
XYZ59.3445.744.22-
YUV183.2121.12179.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=44.35%
G=25.91%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514917100.420.330347.5510079.22
HexFF95AB02A21015c644f
Octal377225253052410534144117
Binary1111111110010101101010110101010100001010101110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95AB; }

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

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

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

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

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

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

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

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