#FC8DAE

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

Shades of Mauvelous #FC8DAE

Tints of Mauvelous #FC8DAE

Color information

#FC8DAE (or 0xFC8DAE) is unknown color: approx Mauvelous. HEX triplet: FC, 8D and AE. RGB value is (252,141,174). Sum of RGB (Red+Green+Blue) = 252+141+174=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8DAE is #037251. Grayscale: #B1B1B1. Windows color (decimal): -225874 or 11439612. OLE color: 11439612.

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

Color convert

RGB252141174-
CMYK00.440.310.01
HSL342.16º94.87%77.06%-
HSV(B)342.16º44.05%98.82%-
XYZ57.3142.845.29-
YUV177.95125.77180.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.44%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=44.44%
G=24.87%
B=30.69%

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
Decimal25214117400.440.310.01342.1694.8777.06
HexFC8DAE02C1F11565f4d
Octal374215256054371526137115
Binary111111001000110110101110010110011111110101011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8DAE; }

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

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

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

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

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

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

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

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