Shades of Wewak #FF828C
Tints of Wewak #FF828C
RGB
CMYK
RGB Variations
Color information
#FF828C (or 0xFF828C) is known color: Wewak. HEX triplet: FF, 82 and 8C. RGB value is (255,130,140). Sum of RGB (Red+Green+Blue) = 255+130+140=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF828C is #007D73. Grayscale: #A8A8A8. Windows color (decimal): -32116 or 9208575. OLE color: 9208575.
HSL color Cylindrical-coordinate representation of color #FF828C: hue angle of 355.2º 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 #FF828C is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 140 | - |
| CMYK | 0 | 0.49 | 0.45 | 0 |
| HSL | 355.2º | 1% | 0.75% | - |
| HSV(B) | 355.2º | 0.49% | 1% | - |
| XYZ | 53.96 | 39.12 | 29.52 | - |
| YUV | 168.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 140 | 0 | 0.49 | 0.45 | 0 | 355.2 | 1 | 0.75 |
| Hex | FF | 82 | 8C | 0 | 31 | 2D | 0 | 163 | 64 | 4B |
| Octal | 377 | 202 | 214 | 0 | 61 | 55 | 0 | 543 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10001100 | 0 | 110001 | 101101 | 0 | 101100011 | 1100100 | 1001011 |
Color Harmonies of #FF828C
Complementary color
Monochromatic Colors of #FF828C
Black with #FF828C
Text Example
Text Example
White with #FF828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF828C; }
p { color: rgb(255,130,140); }
H1.HeaderClassName
{
color: #FF828C;
}
.AnyTagClassName
{
color: #FF828C;
}
</style>
background-color css
<style>
a { background-color: #FF828C; }
a { background-color: rgb(255,130,140); }
div.DivClassName
{
background-color: #FF828C;
}
.BgClassName
{
background-color: #FF828C;
}
</style>
border-color css
<style>
span { border-color: #FF828C; }
span { border-color: rgb(255,130,140); }
td.TdClassName
{
border-color: #FF828C;
}
.TagClassName
{
border-color: #FF828C;
}
</style>