Shades of Wewak #FF8E95
Tints of Wewak #FF8E95
RGB
CMYK
RGB Variations
Color information
#FF8E95 (or 0xFF8E95) is known color: Wewak. HEX triplet: FF, 8E and 95. RGB value is (255,142,149). Sum of RGB (Red+Green+Blue) = 255+142+149=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8E95 is #00716A. Grayscale: #B0B0B0. Windows color (decimal): -29035 or 9801471. OLE color: 9801471.
HSL color Cylindrical-coordinate representation of color #FF8E95: hue angle of 356.28º 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 #FF8E95 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 149 | - |
| CMYK | 0 | 0.44 | 0.42 | 0 |
| HSL | 356.28º | 1% | 0.78% | - |
| HSV(B) | 356.28º | 0.44% | 1% | - |
| XYZ | 56.34 | 42.78 | 33.72 | - |
| YUV | 176.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 149 | 0 | 0.44 | 0.42 | 0 | 356.28 | 1 | 0.78 |
| Hex | FF | 8E | 95 | 0 | 2C | 2A | 0 | 164 | 64 | 4E |
| Octal | 377 | 216 | 225 | 0 | 54 | 52 | 0 | 544 | 144 | 116 |
| Binary | 11111111 | 10001110 | 10010101 | 0 | 101100 | 101010 | 0 | 101100100 | 1100100 | 1001110 |
Color Harmonies of #FF8E95
Complementary color
Monochromatic Colors of #FF8E95
Black with #FF8E95
Text Example
Text Example
White with #FF8E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E95; }
p { color: rgb(255,142,149); }
H1.HeaderClassName
{
color: #FF8E95;
}
.AnyTagClassName
{
color: #FF8E95;
}
</style>
background-color css
<style>
a { background-color: #FF8E95; }
a { background-color: rgb(255,142,149); }
div.DivClassName
{
background-color: #FF8E95;
}
.BgClassName
{
background-color: #FF8E95;
}
</style>
border-color css
<style>
span { border-color: #FF8E95; }
span { border-color: rgb(255,142,149); }
td.TdClassName
{
border-color: #FF8E95;
}
.TagClassName
{
border-color: #FF8E95;
}
</style>