#FD96A9

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

Shades of Mauvelous #FD96A9

Tints of Mauvelous #FD96A9

Color information

#FD96A9 (or 0xFD96A9) is unknown color: approx Mauvelous. HEX triplet: FD, 96 and A9. RGB value is (253,150,169). Sum of RGB (Red+Green+Blue) = 253+150+169=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FD96A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD96A9 is #026956. Grayscale: #B6B6B6. Windows color (decimal): -158039 or 11114237. OLE color: 11114237.

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

Color convert

RGB253150169-
CMYK00.410.330.01
HSL348.93º96.26%79.02%-
HSV(B)348.93º40.71%99.22%-
XYZ58.5845.5643.24-
YUV182.96120.12177.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.23%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 169 (66.41% from 255) = 29.55%
R=44.23%
G=26.22%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315016900.410.330.01348.9396.2679.02
HexFD96A902921115d604f
Octal375226251051411535140117
Binary1111110110010110101010010101001100001110101110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD96A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD96A9; }

 p { color: rgb(253,150,169); }

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

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

 a { background-color: rgb(253,150,169); }

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

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

 span { border-color: rgb(253,150,169); }

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