Shades of Wewak #FF8386
Tints of Wewak #FF8386
RGB
CMYK
RGB Variations
Color information
#FF8386 (or 0xFF8386) is known color: Wewak. HEX triplet: FF, 83 and 86. RGB value is (255,131,134). Sum of RGB (Red+Green+Blue) = 255+131+134=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8386 is #007C79. Grayscale: #A8A8A8. Windows color (decimal): -31866 or 8815615. OLE color: 8815615.
HSL color Cylindrical-coordinate representation of color #FF8386: hue angle of 358.55º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8386 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 134 | - |
| CMYK | 0 | 0.49 | 0.47 | 0 |
| HSL | 358.55º | 1% | 0.76% | - |
| HSV(B) | 358.55º | 0.49% | 1% | - |
| XYZ | 53.66 | 39.21 | 27.3 | - |
| YUV | 168.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 134 | 0 | 0.49 | 0.47 | 0 | 358.55 | 1 | 0.76 |
| Hex | FF | 83 | 86 | 0 | 31 | 2F | 0 | 167 | 64 | 4C |
| Octal | 377 | 203 | 206 | 0 | 61 | 57 | 0 | 547 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10000110 | 0 | 110001 | 101111 | 0 | 101100111 | 1100100 | 1001100 |
Color Harmonies of #FF8386
Complementary color
Monochromatic Colors of #FF8386
Black with #FF8386
Text Example
Text Example
White with #FF8386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8386; }
p { color: rgb(255,131,134); }
H1.HeaderClassName
{
color: #FF8386;
}
.AnyTagClassName
{
color: #FF8386;
}
</style>
background-color css
<style>
a { background-color: #FF8386; }
a { background-color: rgb(255,131,134); }
div.DivClassName
{
background-color: #FF8386;
}
.BgClassName
{
background-color: #FF8386;
}
</style>
border-color css
<style>
span { border-color: #FF8386; }
span { border-color: rgb(255,131,134); }
td.TdClassName
{
border-color: #FF8386;
}
.TagClassName
{
border-color: #FF8386;
}
</style>