#FC8DA8

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

Shades of Mauvelous #FC8DA8

Tints of Mauvelous #FC8DA8

Color information

#FC8DA8 (or 0xFC8DA8) is unknown color: approx Mauvelous. HEX triplet: FC, 8D and A8. RGB value is (252,141,168). Sum of RGB (Red+Green+Blue) = 252+141+168=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8DA8 is #037257. Grayscale: #B1B1B1. Windows color (decimal): -225880 or 11046396. OLE color: 11046396.

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

Color convert

RGB252141168-
CMYK00.440.330.01
HSL345.41º94.87%77.06%-
HSV(B)345.41º44.05%98.82%-
XYZ56.7442.5742.27-
YUV177.27122.77181.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.92%
GREEN value IS 141 (55.47% from 255) = 25.13%
BLUE value IS 168 (66.02% from 255) = 29.95%
R=44.92%
G=25.13%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214116800.440.330.01345.4194.8777.06
HexFC8DA802C2111595f4d
Octal374215250054411531137115
Binary1111110010001101101010000101100100001110101100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8DA8; }

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

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

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

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

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

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

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

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