#FF95AE

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

Shades of Mauvelous #FF95AE

Tints of Mauvelous #FF95AE

Color information

#FF95AE (or 0xFF95AE) is unknown color: approx Mauvelous. HEX triplet: FF, 95 and AE. RGB value is (255,149,174). Sum of RGB (Red+Green+Blue) = 255+149+174=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF95AE is #006A51. Grayscale: #B7B7B7. Windows color (decimal): -27218 or 11441663. OLE color: 11441663.

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

Color convert

RGB255149174-
CMYK00.420.320
HSL345.85º100%79.22%-
HSV(B)345.85º41.57%100%-
XYZ59.6345.8145.74-
YUV183.54122.62178.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.12%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=44.12%
G=25.78%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514917400.420.320345.8510079.22
HexFF95AE02A20015a644f
Octal377225256052400532144117
Binary1111111110010101101011100101010100000010101101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF95AE; }

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

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

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

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

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

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

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

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