Shades of Wewak #FF838C
Tints of Wewak #FF838C
RGB
CMYK
RGB Variations
Color information
#FF838C (or 0xFF838C) is known color: Wewak. HEX triplet: FF, 83 and 8C. RGB value is (255,131,140). Sum of RGB (Red+Green+Blue) = 255+131+140=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF838C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF838C is #007C73. Grayscale: #A9A9A9. Windows color (decimal): -31860 or 9208831. OLE color: 9208831.
HSL color Cylindrical-coordinate representation of color #FF838C: hue angle of 355.65º 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 #FF838C is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 140 | - |
| CMYK | 0 | 0.49 | 0.45 | 0 |
| HSL | 355.65º | 1% | 0.76% | - |
| HSV(B) | 355.65º | 0.49% | 1% | - |
| XYZ | 54.09 | 39.39 | 29.56 | - |
| YUV | 169.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 140 | 0 | 0.49 | 0.45 | 0 | 355.65 | 1 | 0.76 |
| Hex | FF | 83 | 8C | 0 | 31 | 2D | 0 | 164 | 64 | 4C |
| Octal | 377 | 203 | 214 | 0 | 61 | 55 | 0 | 544 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10001100 | 0 | 110001 | 101101 | 0 | 101100100 | 1100100 | 1001100 |
Color Harmonies of #FF838C
Complementary color
Monochromatic Colors of #FF838C
Black with #FF838C
Text Example
Text Example
White with #FF838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF838C; }
p { color: rgb(255,131,140); }
H1.HeaderClassName
{
color: #FF838C;
}
.AnyTagClassName
{
color: #FF838C;
}
</style>
background-color css
<style>
a { background-color: #FF838C; }
a { background-color: rgb(255,131,140); }
div.DivClassName
{
background-color: #FF838C;
}
.BgClassName
{
background-color: #FF838C;
}
</style>
border-color css
<style>
span { border-color: #FF838C; }
span { border-color: rgb(255,131,140); }
td.TdClassName
{
border-color: #FF838C;
}
.TagClassName
{
border-color: #FF838C;
}
</style>