#FC97A7

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

Shades of Mauvelous #FC97A7

Tints of Mauvelous #FC97A7

Color information

#FC97A7 (or 0xFC97A7) is unknown color: approx Mauvelous. HEX triplet: FC, 97 and A7. RGB value is (252,151,167). Sum of RGB (Red+Green+Blue) = 252+151+167=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC97A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC97A7 is #036858. Grayscale: #B7B7B7. Windows color (decimal): -223321 or 10983420. OLE color: 10983420.

HSL color Cylindrical-coordinate representation of color #FC97A7: hue angle of 350.5º degrees, saturation: 0.94, 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 #FC97A7 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB252151167-
CMYK00.400.340.01
HSL350.5º94.39%79.02%-
HSV(B)350.5º40.08%98.82%-
XYZ58.1945.6242.3-
YUV183.02118.96177.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.21%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 167 (65.62% from 255) = 29.30%
R=44.21%
G=26.49%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215116700.400.340.01350.594.3979.02
HexFC97A702822115e5e4f
Octal374227247050421536136117
Binary1111110010010111101001110101000100010110101111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC97A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC97A7; }

 p { color: rgb(252,151,167); }

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

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

 a { background-color: rgb(252,151,167); }

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

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

 span { border-color: rgb(252,151,167); }

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