#FF96A7

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

Shades of Mauvelous #FF96A7

Tints of Mauvelous #FF96A7

Color information

#FF96A7 (or 0xFF96A7) is unknown color: approx Mauvelous. HEX triplet: FF, 96 and A7. RGB value is (255,150,167). Sum of RGB (Red+Green+Blue) = 255+150+167=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 167 (65.62% from 255 or 29.20% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF96A7 is #006958. Grayscale: #B7B7B7. Windows color (decimal): -26969 or 10983167. OLE color: 10983167.

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

Color convert

RGB255150167-
CMYK00.410.350
HSL350.29º100%79.41%-
HSV(B)350.29º41.18%100%-
XYZ59.1245.8642.3-
YUV183.33118.79179.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.58%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 167 (65.62% from 255) = 29.20%
R=44.58%
G=26.22%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515016700.410.350350.2910079.41
HexFF96A702923015e644f
Octal377226247051430536144117
Binary1111111110010110101001110101001100011010101111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96A7; }

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

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

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

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

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

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

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

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