Shades of Wewak #FF8696
Tints of Wewak #FF8696
RGB
CMYK
RGB Variations
Color information
#FF8696 (or 0xFF8696) is known color: Wewak. HEX triplet: FF, 86 and 96. RGB value is (255,134,150). Sum of RGB (Red+Green+Blue) = 255+134+150=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8696 is #007969. Grayscale: #ACACAC. Windows color (decimal): -31082 or 9864959. OLE color: 9864959.
HSL color Cylindrical-coordinate representation of color #FF8696: hue angle of 352.07º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF8696 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 150 | - |
| CMYK | 0 | 0.47 | 0.41 | 0 |
| HSL | 352.07º | 1% | 0.76% | - |
| HSV(B) | 352.07º | 0.47% | 1% | - |
| XYZ | 55.27 | 40.51 | 33.76 | - |
| YUV | 172 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 150 | 0 | 0.47 | 0.41 | 0 | 352.07 | 1 | 0.76 |
| Hex | FF | 86 | 96 | 0 | 2F | 29 | 0 | 160 | 64 | 4C |
| Octal | 377 | 206 | 226 | 0 | 57 | 51 | 0 | 540 | 144 | 114 |
| Binary | 11111111 | 10000110 | 10010110 | 0 | 101111 | 101001 | 0 | 101100000 | 1100100 | 1001100 |
Color Harmonies of #FF8696
Complementary color
Monochromatic Colors of #FF8696
Black with #FF8696
Text Example
Text Example
White with #FF8696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8696; }
p { color: rgb(255,134,150); }
H1.HeaderClassName
{
color: #FF8696;
}
.AnyTagClassName
{
color: #FF8696;
}
</style>
background-color css
<style>
a { background-color: #FF8696; }
a { background-color: rgb(255,134,150); }
div.DivClassName
{
background-color: #FF8696;
}
.BgClassName
{
background-color: #FF8696;
}
</style>
border-color css
<style>
span { border-color: #FF8696; }
span { border-color: rgb(255,134,150); }
td.TdClassName
{
border-color: #FF8696;
}
.TagClassName
{
border-color: #FF8696;
}
</style>