Shades of Wewak #FF8284
Tints of Wewak #FF8284
RGB
CMYK
RGB Variations
Color information
#FF8284 (or 0xFF8284) is known color: Wewak. HEX triplet: FF, 82 and 84. RGB value is (255,130,132). Sum of RGB (Red+Green+Blue) = 255+130+132=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8284 is #007D7B. Grayscale: #A7A7A7. Windows color (decimal): -32124 or 8684287. OLE color: 8684287.
HSL color Cylindrical-coordinate representation of color #FF8284: hue angle of 359.04º 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 #FF8284 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 132 | - |
| CMYK | 0 | 0.49 | 0.48 | 0 |
| HSL | 359.04º | 1% | 0.75% | - |
| HSV(B) | 359.04º | 0.49% | 1% | - |
| XYZ | 53.39 | 38.89 | 26.52 | - |
| YUV | 167.6 | 107.91 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 132 | 0 | 0.49 | 0.48 | 0 | 359.04 | 1 | 0.75 |
| Hex | FF | 82 | 84 | 0 | 31 | 30 | 0 | 167 | 64 | 4B |
| Octal | 377 | 202 | 204 | 0 | 61 | 60 | 0 | 547 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10000100 | 0 | 110001 | 110000 | 0 | 101100111 | 1100100 | 1001011 |
Color Harmonies of #FF8284
Complementary color
Monochromatic Colors of #FF8284
Black with #FF8284
Text Example
Text Example
White with #FF8284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8284; }
p { color: rgb(255,130,132); }
H1.HeaderClassName
{
color: #FF8284;
}
.AnyTagClassName
{
color: #FF8284;
}
</style>
background-color css
<style>
a { background-color: #FF8284; }
a { background-color: rgb(255,130,132); }
div.DivClassName
{
background-color: #FF8284;
}
.BgClassName
{
background-color: #FF8284;
}
</style>
border-color css
<style>
span { border-color: #FF8284; }
span { border-color: rgb(255,130,132); }
td.TdClassName
{
border-color: #FF8284;
}
.TagClassName
{
border-color: #FF8284;
}
</style>