Shades of Wewak #FA8486
Tints of Wewak #FA8486
RGB
CMYK
RGB Variations
Color information
#FA8486 (or 0xFA8486) is known color: Wewak. HEX triplet: FA, 84 and 86. RGB value is (250,132,134). Sum of RGB (Red+Green+Blue) = 250+132+134=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8486 is #057B79. Grayscale: #A7A7A7. Windows color (decimal): -359290 or 8815866. OLE color: 8815866.
HSL color Cylindrical-coordinate representation of color #FA8486: hue angle of 358.98º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA8486 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 134 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.02 |
| HSL | 358.98º | 0.92% | 0.75% | - |
| HSV(B) | 358.98º | 0.47% | 0.98% | - |
| XYZ | 51.98 | 38.55 | 27.26 | - |
| YUV | 167.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 134 | 0 | 0.47 | 0.46 | 0.02 | 358.98 | 0.92 | 0.75 |
| Hex | FA | 84 | 86 | 0 | 2F | 2E | 2 | 167 | 5C | 4B |
| Octal | 372 | 204 | 206 | 0 | 57 | 56 | 2 | 547 | 134 | 113 |
| Binary | 11111010 | 10000100 | 10000110 | 0 | 101111 | 101110 | 10 | 101100111 | 1011100 | 1001011 |
Color Harmonies of #FA8486
Complementary color
Monochromatic Colors of #FA8486
Black with #FA8486
Text Example
Text Example
White with #FA8486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8486; }
p { color: rgb(250,132,134); }
H1.HeaderClassName
{
color: #FA8486;
}
.AnyTagClassName
{
color: #FA8486;
}
</style>
background-color css
<style>
a { background-color: #FA8486; }
a { background-color: rgb(250,132,134); }
div.DivClassName
{
background-color: #FA8486;
}
.BgClassName
{
background-color: #FA8486;
}
</style>
border-color css
<style>
span { border-color: #FA8486; }
span { border-color: rgb(250,132,134); }
td.TdClassName
{
border-color: #FA8486;
}
.TagClassName
{
border-color: #FA8486;
}
</style>