#FC8EAE

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

Shades of Mauvelous #FC8EAE

Tints of Mauvelous #FC8EAE

Color information

#FC8EAE (or 0xFC8EAE) is unknown color: approx Mauvelous. HEX triplet: FC, 8E and AE. RGB value is (252,142,174). Sum of RGB (Red+Green+Blue) = 252+142+174=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8EAE is #037151. Grayscale: #B2B2B2. Windows color (decimal): -225618 or 11439868. OLE color: 11439868.

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

Color convert

RGB252142174-
CMYK00.440.310.01
HSL342.55º94.83%77.25%-
HSV(B)342.55º43.65%98.82%-
XYZ57.4643.145.33-
YUV178.54125.44180.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.37%
GREEN value IS 142 (55.86% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 30.63%
R=44.37%
G=25%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214217400.440.310.01342.5594.8377.25
HexFC8EAE02C1F11575f4d
Octal374216256054371527137115
Binary111111001000111010101110010110011111110101011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8EAE; }

 p { color: rgb(252,142,174); }

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

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

 a { background-color: rgb(252,142,174); }

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

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

 span { border-color: rgb(252,142,174); }

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