#FC8DA7

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

Shades of Mauvelous #FC8DA7

Tints of Mauvelous #FC8DA7

Color information

#FC8DA7 (or 0xFC8DA7) is unknown color: approx Mauvelous. HEX triplet: FC, 8D and A7. RGB value is (252,141,167). Sum of RGB (Red+Green+Blue) = 252+141+167=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8DA7 is #037258. Grayscale: #B1B1B1. Windows color (decimal): -225881 or 10980860. OLE color: 10980860.

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

Color convert

RGB252141167-
CMYK00.440.340.01
HSL345.95º94.87%77.06%-
HSV(B)345.95º44.05%98.82%-
XYZ56.6442.5441.78-
YUV177.15122.27181.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 167 (65.62% from 255) = 29.82%
R=45%
G=25.18%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214116700.440.340.01345.9594.8777.06
HexFC8DA702C22115a5f4d
Octal374215247054421532137115
Binary1111110010001101101001110101100100010110101101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8DA7; }

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

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

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

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

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

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

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

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