Shades of Wewak #FF8EA2
Tints of Wewak #FF8EA2
RGB
CMYK
RGB Variations
Color information
#FF8EA2 (or 0xFF8EA2) is known color: Wewak. HEX triplet: FF, 8E and A2. RGB value is (255,142,162). Sum of RGB (Red+Green+Blue) = 255+142+162=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 162 (63.67% from 255 or 28.98% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8EA2 is #00715D. Grayscale: #B2B2B2. Windows color (decimal): -29022 or 10653439. OLE color: 10653439.
HSL color Cylindrical-coordinate representation of color #FF8EA2: hue angle of 349.38º 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 #FF8EA2 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 162 | - |
| CMYK | 0 | 0.44 | 0.36 | 0 |
| HSL | 349.38º | 1% | 0.78% | - |
| HSV(B) | 349.38º | 0.44% | 1% | - |
| XYZ | 57.43 | 43.21 | 39.5 | - |
| YUV | 178.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 162 | 0 | 0.44 | 0.36 | 0 | 349.38 | 1 | 0.78 |
| Hex | FF | 8E | A2 | 0 | 2C | 24 | 0 | 15D | 64 | 4E |
| Octal | 377 | 216 | 242 | 0 | 54 | 44 | 0 | 535 | 144 | 116 |
| Binary | 11111111 | 10001110 | 10100010 | 0 | 101100 | 100100 | 0 | 101011101 | 1100100 | 1001110 |
Color Harmonies of #FF8EA2
Complementary color
Monochromatic Colors of #FF8EA2
Black with #FF8EA2
Text Example
Text Example
White with #FF8EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EA2; }
p { color: rgb(255,142,162); }
H1.HeaderClassName
{
color: #FF8EA2;
}
.AnyTagClassName
{
color: #FF8EA2;
}
</style>
background-color css
<style>
a { background-color: #FF8EA2; }
a { background-color: rgb(255,142,162); }
div.DivClassName
{
background-color: #FF8EA2;
}
.BgClassName
{
background-color: #FF8EA2;
}
</style>
border-color css
<style>
span { border-color: #FF8EA2; }
span { border-color: rgb(255,142,162); }
td.TdClassName
{
border-color: #FF8EA2;
}
.TagClassName
{
border-color: #FF8EA2;
}
</style>