#FC90A8

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

Shades of Mauvelous #FC90A8

Tints of Mauvelous #FC90A8

Color information

#FC90A8 (or 0xFC90A8) is unknown color: approx Mauvelous. HEX triplet: FC, 90 and A8. RGB value is (252,144,168). Sum of RGB (Red+Green+Blue) = 252+144+168=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC90A8 is #036F57. Grayscale: #B3B3B3. Windows color (decimal): -225112 or 11047164. OLE color: 11047164.

HSL color Cylindrical-coordinate representation of color #FC90A8: hue angle of 346.67º 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 #FC90A8 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252144168-
CMYK00.430.330.01
HSL346.67º94.74%77.65%-
HSV(B)346.67º42.86%98.82%-
XYZ57.1943.4742.42-
YUV179.03121.78180.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.68%
GREEN value IS 144 (56.64% from 255) = 25.53%
BLUE value IS 168 (66.02% from 255) = 29.79%
R=44.68%
G=25.53%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214416800.430.330.01346.6794.7477.65
HexFC90A802B21115b5f4e
Octal374220250053411533137116
Binary1111110010010000101010000101011100001110101101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC90A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC90A8; }

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

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

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

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

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

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

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

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