#FD8EA7

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

Shades of Mauvelous #FD8EA7

Tints of Mauvelous #FD8EA7

Color information

#FD8EA7 (or 0xFD8EA7) is unknown color: approx Mauvelous. HEX triplet: FD, 8E and A7. RGB value is (253,142,167). Sum of RGB (Red+Green+Blue) = 253+142+167=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 167 (65.62% from 255 or 29.72% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8EA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8EA7 is #027158. Grayscale: #B2B2B2. Windows color (decimal): -160089 or 10981117. OLE color: 10981117.

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

Color convert

RGB253142167-
CMYK00.440.340.01
HSL346.49º96.52%77.45%-
HSV(B)346.49º43.87%99.22%-
XYZ57.1643.0241.85-
YUV178.04121.77181.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 167 (65.62% from 255) = 29.72%
R=45.02%
G=25.27%
B=29.72%

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
Decimal25314216700.440.340.01346.4996.5277.45
HexFD8EA702C22115a614d
Octal375216247054421532141115
Binary1111110110001110101001110101100100010110101101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8EA7; }

 p { color: rgb(253,142,167); }

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

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

 a { background-color: rgb(253,142,167); }

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

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

 span { border-color: rgb(253,142,167); }

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