Shades of Wewak #FF8286
Tints of Wewak #FF8286
RGB
CMYK
RGB Variations
Color information
#FF8286 (or 0xFF8286) is known color: Wewak. HEX triplet: FF, 82 and 86. RGB value is (255,130,134). Sum of RGB (Red+Green+Blue) = 255+130+134=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8286 is #007D79. Grayscale: #A7A7A7. Windows color (decimal): -32122 or 8815359. OLE color: 8815359.
HSL color Cylindrical-coordinate representation of color #FF8286: hue angle of 358.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8286 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 134 | - |
| CMYK | 0 | 0.49 | 0.47 | 0 |
| HSL | 358.08º | 1% | 0.75% | - |
| HSV(B) | 358.08º | 0.49% | 1% | - |
| XYZ | 53.53 | 38.95 | 27.25 | - |
| YUV | 167.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 134 | 0 | 0.49 | 0.47 | 0 | 358.08 | 1 | 0.75 |
| Hex | FF | 82 | 86 | 0 | 31 | 2F | 0 | 166 | 64 | 4B |
| Octal | 377 | 202 | 206 | 0 | 61 | 57 | 0 | 546 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10000110 | 0 | 110001 | 101111 | 0 | 101100110 | 1100100 | 1001011 |
Color Harmonies of #FF8286
Complementary color
Monochromatic Colors of #FF8286
Black with #FF8286
Text Example
Text Example
White with #FF8286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8286; }
p { color: rgb(255,130,134); }
H1.HeaderClassName
{
color: #FF8286;
}
.AnyTagClassName
{
color: #FF8286;
}
</style>
background-color css
<style>
a { background-color: #FF8286; }
a { background-color: rgb(255,130,134); }
div.DivClassName
{
background-color: #FF8286;
}
.BgClassName
{
background-color: #FF8286;
}
</style>
border-color css
<style>
span { border-color: #FF8286; }
span { border-color: rgb(255,130,134); }
td.TdClassName
{
border-color: #FF8286;
}
.TagClassName
{
border-color: #FF8286;
}
</style>