Shades of Wewak #FC8086
Tints of Wewak #FC8086
RGB
CMYK
RGB Variations
Color information
#FC8086 (or 0xFC8086) is known color: Wewak. HEX triplet: FC, 80 and 86. RGB value is (252,128,134). Sum of RGB (Red+Green+Blue) = 252+128+134=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8086 is #037F79. Grayscale: #A5A5A5. Windows color (decimal): -229242 or 8814844. OLE color: 8814844.
HSL color Cylindrical-coordinate representation of color #FC8086: hue angle of 357.1º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC8086 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 134 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.01 |
| HSL | 357.1º | 0.95% | 0.75% | - |
| HSV(B) | 357.1º | 0.49% | 0.99% | - |
| XYZ | 52.17 | 37.86 | 27.11 | - |
| YUV | 165.76 | 110.08 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 134 | 0 | 0.49 | 0.47 | 0.01 | 357.1 | 0.95 | 0.75 |
| Hex | FC | 80 | 86 | 0 | 31 | 2F | 1 | 165 | 5F | 4B |
| Octal | 374 | 200 | 206 | 0 | 61 | 57 | 1 | 545 | 137 | 113 |
| Binary | 11111100 | 10000000 | 10000110 | 0 | 110001 | 101111 | 1 | 101100101 | 1011111 | 1001011 |
Color Harmonies of #FC8086
Complementary color
Monochromatic Colors of #FC8086
Black with #FC8086
Text Example
Text Example
White with #FC8086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8086; }
p { color: rgb(252,128,134); }
H1.HeaderClassName
{
color: #FC8086;
}
.AnyTagClassName
{
color: #FC8086;
}
</style>
background-color css
<style>
a { background-color: #FC8086; }
a { background-color: rgb(252,128,134); }
div.DivClassName
{
background-color: #FC8086;
}
.BgClassName
{
background-color: #FC8086;
}
</style>
border-color css
<style>
span { border-color: #FC8086; }
span { border-color: rgb(252,128,134); }
td.TdClassName
{
border-color: #FC8086;
}
.TagClassName
{
border-color: #FC8086;
}
</style>