Shades of Wewak #FF828E
Tints of Wewak #FF828E
RGB
CMYK
RGB Variations
Color information
#FF828E (or 0xFF828E) is known color: Wewak. HEX triplet: FF, 82 and 8E. RGB value is (255,130,142). Sum of RGB (Red+Green+Blue) = 255+130+142=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF828E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF828E is #007D71. Grayscale: #A8A8A8. Windows color (decimal): -32114 or 9339647. OLE color: 9339647.
HSL color Cylindrical-coordinate representation of color #FF828E: hue angle of 354.24º 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 #FF828E is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 142 | - |
| CMYK | 0 | 0.49 | 0.44 | 0 |
| HSL | 354.24º | 1% | 0.75% | - |
| HSV(B) | 354.24º | 0.49% | 1% | - |
| XYZ | 54.11 | 39.18 | 30.3 | - |
| YUV | 168.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 142 | 0 | 0.49 | 0.44 | 0 | 354.24 | 1 | 0.75 |
| Hex | FF | 82 | 8E | 0 | 31 | 2C | 0 | 162 | 64 | 4B |
| Octal | 377 | 202 | 216 | 0 | 61 | 54 | 0 | 542 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10001110 | 0 | 110001 | 101100 | 0 | 101100010 | 1100100 | 1001011 |
Color Harmonies of #FF828E
Complementary color
Monochromatic Colors of #FF828E
Black with #FF828E
Text Example
Text Example
White with #FF828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF828E; }
p { color: rgb(255,130,142); }
H1.HeaderClassName
{
color: #FF828E;
}
.AnyTagClassName
{
color: #FF828E;
}
</style>
background-color css
<style>
a { background-color: #FF828E; }
a { background-color: rgb(255,130,142); }
div.DivClassName
{
background-color: #FF828E;
}
.BgClassName
{
background-color: #FF828E;
}
</style>
border-color css
<style>
span { border-color: #FF828E; }
span { border-color: rgb(255,130,142); }
td.TdClassName
{
border-color: #FF828E;
}
.TagClassName
{
border-color: #FF828E;
}
</style>