#FF8EA1

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

Shades of Wewak #FF8EA1

Tints of Wewak #FF8EA1

Color information

#FF8EA1 (or 0xFF8EA1) is unknown color: approx Wewak. HEX triplet: FF, 8E and A1. RGB value is (255,142,161). Sum of RGB (Red+Green+Blue) = 255+142+161=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8EA1 is #00715E. Grayscale: #B1B1B1. Windows color (decimal): -29023 or 10587903. OLE color: 10587903.

HSL color Cylindrical-coordinate representation of color #FF8EA1: hue angle of 349.91º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8EA1 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB255142161-
CMYK00.440.370
HSL349.91º100%77.84%-
HSV(B)349.91º44.31%100%-
XYZ57.3543.1839.03-
YUV177.95118.44182.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 142 (55.86% from 255) = 25.45%
BLUE value IS 161 (63.28% from 255) = 28.85%
R=45.70%
G=25.45%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514216100.440.370349.9110077.84
HexFF8EA102C25015e644e
Octal377216241054450536144116
Binary1111111110001110101000010101100100101010101111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8EA1; }

 p { color: rgb(255,142,161); }

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

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

 a { background-color: rgb(255,142,161); }

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

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

 span { border-color: rgb(255,142,161); }

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