#FF96AD

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

Shades of Mauvelous #FF96AD

Tints of Mauvelous #FF96AD

Color information

#FF96AD (or 0xFF96AD) is unknown color: approx Mauvelous. HEX triplet: FF, 96 and AD. RGB value is (255,150,173). Sum of RGB (Red+Green+Blue) = 255+150+173=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF96AD is #006952. Grayscale: #B8B8B8. Windows color (decimal): -26963 or 11376383. OLE color: 11376383.

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

Color convert

RGB255150173-
CMYK00.410.320
HSL346.86º100%79.41%-
HSV(B)346.86º41.18%100%-
XYZ59.6946.0945.29-
YUV184.02121.79178.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.12%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=44.12%
G=25.95%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515017300.410.320346.8610079.41
HexFF96AD02920015b644f
Octal377226255051400533144117
Binary1111111110010110101011010101001100000010101101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96AD; }

 p { color: rgb(255,150,173); }

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

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

 a { background-color: rgb(255,150,173); }

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

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

 span { border-color: rgb(255,150,173); }

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