Shades of Wewak #FF8896
Tints of Wewak #FF8896
RGB
CMYK
RGB Variations
Color information
#FF8896 (or 0xFF8896) is known color: Wewak. HEX triplet: FF, 88 and 96. RGB value is (255,136,150). Sum of RGB (Red+Green+Blue) = 255+136+150=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8896 is #007769. Grayscale: #ADADAD. Windows color (decimal): -30570 or 9865471. OLE color: 9865471.
HSL color Cylindrical-coordinate representation of color #FF8896: hue angle of 352.94º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF8896 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 150 | - |
| CMYK | 0 | 0.47 | 0.41 | 0 |
| HSL | 352.94º | 1% | 0.77% | - |
| HSV(B) | 352.94º | 0.47% | 1% | - |
| XYZ | 55.55 | 41.07 | 33.85 | - |
| YUV | 173.18 | 114.92 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 150 | 0 | 0.47 | 0.41 | 0 | 352.94 | 1 | 0.77 |
| Hex | FF | 88 | 96 | 0 | 2F | 29 | 0 | 161 | 64 | 4D |
| Octal | 377 | 210 | 226 | 0 | 57 | 51 | 0 | 541 | 144 | 115 |
| Binary | 11111111 | 10001000 | 10010110 | 0 | 101111 | 101001 | 0 | 101100001 | 1100100 | 1001101 |
Color Harmonies of #FF8896
Complementary color
Monochromatic Colors of #FF8896
Black with #FF8896
Text Example
Text Example
White with #FF8896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8896; }
p { color: rgb(255,136,150); }
H1.HeaderClassName
{
color: #FF8896;
}
.AnyTagClassName
{
color: #FF8896;
}
</style>
background-color css
<style>
a { background-color: #FF8896; }
a { background-color: rgb(255,136,150); }
div.DivClassName
{
background-color: #FF8896;
}
.BgClassName
{
background-color: #FF8896;
}
</style>
border-color css
<style>
span { border-color: #FF8896; }
span { border-color: rgb(255,136,150); }
td.TdClassName
{
border-color: #FF8896;
}
.TagClassName
{
border-color: #FF8896;
}
</style>