#FC90A6

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

Shades of Mauvelous #FC90A6

Tints of Mauvelous #FC90A6

Color information

#FC90A6 (or 0xFC90A6) is unknown color: approx Mauvelous. HEX triplet: FC, 90 and A6. RGB value is (252,144,166). Sum of RGB (Red+Green+Blue) = 252+144+166=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC90A6 is #036F59. Grayscale: #B2B2B2. Windows color (decimal): -225114 or 10916092. OLE color: 10916092.

HSL color Cylindrical-coordinate representation of color #FC90A6: hue angle of 347.78º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC90A6 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB252144166-
CMYK00.430.340.01
HSL347.78º94.74%77.65%-
HSV(B)347.78º42.86%98.82%-
XYZ5743.441.45-
YUV178.8120.78180.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.84%
GREEN value IS 144 (56.64% from 255) = 25.62%
BLUE value IS 166 (65.23% from 255) = 29.54%
R=44.84%
G=25.62%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214416600.430.340.01347.7894.7477.65
HexFC90A602B22115c5f4e
Octal374220246053421534137116
Binary1111110010010000101001100101011100010110101110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC90A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC90A6; }

 p { color: rgb(252,144,166); }

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

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

 a { background-color: rgb(252,144,166); }

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

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

 span { border-color: rgb(252,144,166); }

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