Shades of Wewak #FF828B
Tints of Wewak #FF828B
RGB
CMYK
RGB Variations
Color information
#FF828B (or 0xFF828B) is known color: Wewak. HEX triplet: FF, 82 and 8B. RGB value is (255,130,139). Sum of RGB (Red+Green+Blue) = 255+130+139=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF828B is #007D74. Grayscale: #A8A8A8. Windows color (decimal): -32117 or 9143039. OLE color: 9143039.
HSL color Cylindrical-coordinate representation of color #FF828B: hue angle of 355.68º 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 #FF828B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 139 | - |
| CMYK | 0 | 0.49 | 0.45 | 0 |
| HSL | 355.68º | 1% | 0.75% | - |
| HSV(B) | 355.68º | 0.49% | 1% | - |
| XYZ | 53.88 | 39.09 | 29.13 | - |
| YUV | 168.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 139 | 0 | 0.49 | 0.45 | 0 | 355.68 | 1 | 0.75 |
| Hex | FF | 82 | 8B | 0 | 31 | 2D | 0 | 164 | 64 | 4B |
| Octal | 377 | 202 | 213 | 0 | 61 | 55 | 0 | 544 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10001011 | 0 | 110001 | 101101 | 0 | 101100100 | 1100100 | 1001011 |
Color Harmonies of #FF828B
Complementary color
Monochromatic Colors of #FF828B
Black with #FF828B
Text Example
Text Example
White with #FF828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF828B; }
p { color: rgb(255,130,139); }
H1.HeaderClassName
{
color: #FF828B;
}
.AnyTagClassName
{
color: #FF828B;
}
</style>
background-color css
<style>
a { background-color: #FF828B; }
a { background-color: rgb(255,130,139); }
div.DivClassName
{
background-color: #FF828B;
}
.BgClassName
{
background-color: #FF828B;
}
</style>
border-color css
<style>
span { border-color: #FF828B; }
span { border-color: rgb(255,130,139); }
td.TdClassName
{
border-color: #FF828B;
}
.TagClassName
{
border-color: #FF828B;
}
</style>