Shades of Wewak #FF838E
Tints of Wewak #FF838E
RGB
CMYK
RGB Variations
Color information
#FF838E (or 0xFF838E) is known color: Wewak. HEX triplet: FF, 83 and 8E. RGB value is (255,131,142). Sum of RGB (Red+Green+Blue) = 255+131+142=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF838E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF838E is #007C71. Grayscale: #A9A9A9. Windows color (decimal): -31858 or 9339903. OLE color: 9339903.
HSL color Cylindrical-coordinate representation of color #FF838E: hue angle of 354.68º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF838E is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 142 | - |
| CMYK | 0 | 0.49 | 0.44 | 0 |
| HSL | 354.68º | 1% | 0.76% | - |
| HSV(B) | 354.68º | 0.49% | 1% | - |
| XYZ | 54.24 | 39.45 | 30.35 | - |
| YUV | 169.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 142 | 0 | 0.49 | 0.44 | 0 | 354.68 | 1 | 0.76 |
| Hex | FF | 83 | 8E | 0 | 31 | 2C | 0 | 163 | 64 | 4C |
| Octal | 377 | 203 | 216 | 0 | 61 | 54 | 0 | 543 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10001110 | 0 | 110001 | 101100 | 0 | 101100011 | 1100100 | 1001100 |
Color Harmonies of #FF838E
Complementary color
Monochromatic Colors of #FF838E
Black with #FF838E
Text Example
Text Example
White with #FF838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF838E; }
p { color: rgb(255,131,142); }
H1.HeaderClassName
{
color: #FF838E;
}
.AnyTagClassName
{
color: #FF838E;
}
</style>
background-color css
<style>
a { background-color: #FF838E; }
a { background-color: rgb(255,131,142); }
div.DivClassName
{
background-color: #FF838E;
}
.BgClassName
{
background-color: #FF838E;
}
</style>
border-color css
<style>
span { border-color: #FF838E; }
span { border-color: rgb(255,131,142); }
td.TdClassName
{
border-color: #FF838E;
}
.TagClassName
{
border-color: #FF838E;
}
</style>