#FC94A4

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

Shades of Mauvelous #FC94A4

Tints of Mauvelous #FC94A4

Color information

#FC94A4 (or 0xFC94A4) is unknown color: approx Mauvelous. HEX triplet: FC, 94 and A4. RGB value is (252,148,164). Sum of RGB (Red+Green+Blue) = 252+148+164=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC94A4 is #036B5B. Grayscale: #B4B4B4. Windows color (decimal): -224092 or 10786044. OLE color: 10786044.

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

Color convert

RGB252148164-
CMYK00.410.350.01
HSL350.77º94.55%78.43%-
HSV(B)350.77º41.27%98.82%-
XYZ57.4444.5640.69-
YUV180.92118.46178.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.68%
GREEN value IS 148 (58.20% from 255) = 26.24%
BLUE value IS 164 (64.45% from 255) = 29.08%
R=44.68%
G=26.24%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214816400.410.350.01350.7794.5578.43
HexFC94A402923115f5f4e
Octal374224244051431537137116
Binary1111110010010100101001000101001100011110101111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94A4; }

 p { color: rgb(252,148,164); }

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

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

 a { background-color: rgb(252,148,164); }

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

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

 span { border-color: rgb(252,148,164); }

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