Shades of Wewak #FF828D
Tints of Wewak #FF828D
RGB
CMYK
RGB Variations
Color information
#FF828D (or 0xFF828D) is known color: Wewak. HEX triplet: FF, 82 and 8D. RGB value is (255,130,141). Sum of RGB (Red+Green+Blue) = 255+130+141=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF828D is #007D72. Grayscale: #A8A8A8. Windows color (decimal): -32115 or 9274111. OLE color: 9274111.
HSL color Cylindrical-coordinate representation of color #FF828D: hue angle of 354.72º 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 #FF828D is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 141 | - |
| CMYK | 0 | 0.49 | 0.45 | 0 |
| HSL | 354.72º | 1% | 0.75% | - |
| HSV(B) | 354.72º | 0.49% | 1% | - |
| XYZ | 54.03 | 39.15 | 29.91 | - |
| YUV | 168.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 141 | 0 | 0.49 | 0.45 | 0 | 354.72 | 1 | 0.75 |
| Hex | FF | 82 | 8D | 0 | 31 | 2D | 0 | 163 | 64 | 4B |
| Octal | 377 | 202 | 215 | 0 | 61 | 55 | 0 | 543 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10001101 | 0 | 110001 | 101101 | 0 | 101100011 | 1100100 | 1001011 |
Color Harmonies of #FF828D
Complementary color
Monochromatic Colors of #FF828D
Black with #FF828D
Text Example
Text Example
White with #FF828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF828D; }
p { color: rgb(255,130,141); }
H1.HeaderClassName
{
color: #FF828D;
}
.AnyTagClassName
{
color: #FF828D;
}
</style>
background-color css
<style>
a { background-color: #FF828D; }
a { background-color: rgb(255,130,141); }
div.DivClassName
{
background-color: #FF828D;
}
.BgClassName
{
background-color: #FF828D;
}
</style>
border-color css
<style>
span { border-color: #FF828D; }
span { border-color: rgb(255,130,141); }
td.TdClassName
{
border-color: #FF828D;
}
.TagClassName
{
border-color: #FF828D;
}
</style>