#FC9DA9

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

Shades of Mauvelous #FC9DA9

Tints of Mauvelous #FC9DA9

Color information

#FC9DA9 (or 0xFC9DA9) is unknown color: approx Mauvelous. HEX triplet: FC, 9D and A9. RGB value is (252,157,169). Sum of RGB (Red+Green+Blue) = 252+157+169=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9DA9 is #036256. Grayscale: #BABABA. Windows color (decimal): -221783 or 11116028. OLE color: 11116028.

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

Color convert

RGB252157169-
CMYK00.380.330.01
HSL352.42º94.06%80.2%-
HSV(B)352.42º37.7%98.82%-
XYZ59.3647.6743.61-
YUV186.77117.97174.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 157 (61.72% from 255) = 27.16%
BLUE value IS 169 (66.41% from 255) = 29.24%
R=43.60%
G=27.16%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215716900.380.330.01352.4294.0680.2
HexFC9DA90262111605e50
Octal374235251046411540136120
Binary1111110010011101101010010100110100001110110000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9DA9; }

 p { color: rgb(252,157,169); }

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

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

 a { background-color: rgb(252,157,169); }

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

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

 span { border-color: rgb(252,157,169); }

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