#FD8EA8

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

Shades of Mauvelous #FD8EA8

Tints of Mauvelous #FD8EA8

Color information

#FD8EA8 (or 0xFD8EA8) is unknown color: approx Mauvelous. HEX triplet: FD, 8E and A8. RGB value is (253,142,168). Sum of RGB (Red+Green+Blue) = 253+142+168=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8EA8 is #027157. Grayscale: #B2B2B2. Windows color (decimal): -160088 or 11046653. OLE color: 11046653.

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

Color convert

RGB253142168-
CMYK00.440.340.01
HSL345.95º96.52%77.45%-
HSV(B)345.95º43.87%99.22%-
XYZ57.2543.0642.34-
YUV178.15122.27181.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 142 (55.86% from 255) = 25.22%
BLUE value IS 168 (66.02% from 255) = 29.84%
R=44.94%
G=25.22%
B=29.84%

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
Decimal25314216800.440.340.01345.9596.5277.45
HexFD8EA802C22115a614d
Octal375216250054421532141115
Binary1111110110001110101010000101100100010110101101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8EA8; }

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

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

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

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

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

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

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

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