Shades of Wewak #FF8285
Tints of Wewak #FF8285
RGB
CMYK
RGB Variations
Color information
#FF8285 (or 0xFF8285) is known color: Wewak. HEX triplet: FF, 82 and 85. RGB value is (255,130,133). Sum of RGB (Red+Green+Blue) = 255+130+133=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8285 is #007D7A. Grayscale: #A7A7A7. Windows color (decimal): -32123 or 8749823. OLE color: 8749823.
HSL color Cylindrical-coordinate representation of color #FF8285: hue angle of 358.56º 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 #FF8285 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 133 | - |
| CMYK | 0 | 0.49 | 0.48 | 0 |
| HSL | 358.56º | 1% | 0.75% | - |
| HSV(B) | 358.56º | 0.49% | 1% | - |
| XYZ | 53.46 | 38.92 | 26.88 | - |
| YUV | 167.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 133 | 0 | 0.49 | 0.48 | 0 | 358.56 | 1 | 0.75 |
| Hex | FF | 82 | 85 | 0 | 31 | 30 | 0 | 167 | 64 | 4B |
| Octal | 377 | 202 | 205 | 0 | 61 | 60 | 0 | 547 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10000101 | 0 | 110001 | 110000 | 0 | 101100111 | 1100100 | 1001011 |
Color Harmonies of #FF8285
Complementary color
Monochromatic Colors of #FF8285
Black with #FF8285
Text Example
Text Example
White with #FF8285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8285; }
p { color: rgb(255,130,133); }
H1.HeaderClassName
{
color: #FF8285;
}
.AnyTagClassName
{
color: #FF8285;
}
</style>
background-color css
<style>
a { background-color: #FF8285; }
a { background-color: rgb(255,130,133); }
div.DivClassName
{
background-color: #FF8285;
}
.BgClassName
{
background-color: #FF8285;
}
</style>
border-color css
<style>
span { border-color: #FF8285; }
span { border-color: rgb(255,130,133); }
td.TdClassName
{
border-color: #FF8285;
}
.TagClassName
{
border-color: #FF8285;
}
</style>