#FD97AB

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

Shades of Mauvelous #FD97AB

Tints of Mauvelous #FD97AB

Color information

#FD97AB (or 0xFD97AB) is unknown color: approx Mauvelous. HEX triplet: FD, 97 and AB. RGB value is (253,151,171). Sum of RGB (Red+Green+Blue) = 253+151+171=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FD97AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD97AB is #026854. Grayscale: #B7B7B7. Windows color (decimal): -157781 or 11245565. OLE color: 11245565.

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

Color convert

RGB253151171-
CMYK00.400.320.01
HSL348.24º96.23%79.22%-
HSV(B)348.24º40.32%99.22%-
XYZ58.9345.9644.29-
YUV183.78120.79177.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44%
GREEN value IS 151 (59.38% from 255) = 26.26%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=44%
G=26.26%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315117100.400.320.01348.2496.2379.22
HexFD97AB02820115c604f
Octal375227253050401534140117
Binary1111110110010111101010110101000100000110101110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD97AB; }

 p { color: rgb(253,151,171); }

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

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

 a { background-color: rgb(253,151,171); }

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

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

 span { border-color: rgb(253,151,171); }

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