Shades of Wewak #FF8E8F
Tints of Wewak #FF8E8F
RGB
CMYK
RGB Variations
Color information
#FF8E8F (or 0xFF8E8F) is known color: Wewak. HEX triplet: FF, 8E and 8F. RGB value is (255,142,143). Sum of RGB (Red+Green+Blue) = 255+142+143=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8E8F is #007170. Grayscale: #B0B0B0. Windows color (decimal): -29041 or 9408255. OLE color: 9408255.
HSL color Cylindrical-coordinate representation of color #FF8E8F: hue angle of 359.47º 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 #FF8E8F is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 143 | - |
| CMYK | 0 | 0.44 | 0.44 | 0 |
| HSL | 359.47º | 1% | 0.78% | - |
| HSV(B) | 359.47º | 0.44% | 1% | - |
| XYZ | 55.87 | 42.59 | 31.26 | - |
| YUV | 175.9 | 109.44 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 143 | 0 | 0.44 | 0.44 | 0 | 359.47 | 1 | 0.78 |
| Hex | FF | 8E | 8F | 0 | 2C | 2C | 0 | 167 | 64 | 4E |
| Octal | 377 | 216 | 217 | 0 | 54 | 54 | 0 | 547 | 144 | 116 |
| Binary | 11111111 | 10001110 | 10001111 | 0 | 101100 | 101100 | 0 | 101100111 | 1100100 | 1001110 |
Color Harmonies of #FF8E8F
Complementary color
Monochromatic Colors of #FF8E8F
Black with #FF8E8F
Text Example
Text Example
White with #FF8E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E8F; }
p { color: rgb(255,142,143); }
H1.HeaderClassName
{
color: #FF8E8F;
}
.AnyTagClassName
{
color: #FF8E8F;
}
</style>
background-color css
<style>
a { background-color: #FF8E8F; }
a { background-color: rgb(255,142,143); }
div.DivClassName
{
background-color: #FF8E8F;
}
.BgClassName
{
background-color: #FF8E8F;
}
</style>
border-color css
<style>
span { border-color: #FF8E8F; }
span { border-color: rgb(255,142,143); }
td.TdClassName
{
border-color: #FF8E8F;
}
.TagClassName
{
border-color: #FF8E8F;
}
</style>