Shades of Wewak #FA8186
Tints of Wewak #FA8186
RGB
CMYK
RGB Variations
Color information
#FA8186 (or 0xFA8186) is known color: Wewak. HEX triplet: FA, 81 and 86. RGB value is (250,129,134). Sum of RGB (Red+Green+Blue) = 250+129+134=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8186 is #057E79. Grayscale: #A5A5A5. Windows color (decimal): -360058 or 8815098. OLE color: 8815098.
HSL color Cylindrical-coordinate representation of color #FA8186: hue angle of 357.52º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA8186 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 134 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.02 |
| HSL | 357.52º | 0.92% | 0.74% | - |
| HSV(B) | 357.52º | 0.48% | 0.98% | - |
| XYZ | 51.58 | 37.75 | 27.12 | - |
| YUV | 165.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 134 | 0 | 0.48 | 0.46 | 0.02 | 357.52 | 0.92 | 0.74 |
| Hex | FA | 81 | 86 | 0 | 30 | 2E | 2 | 166 | 5C | 4A |
| Octal | 372 | 201 | 206 | 0 | 60 | 56 | 2 | 546 | 134 | 112 |
| Binary | 11111010 | 10000001 | 10000110 | 0 | 110000 | 101110 | 10 | 101100110 | 1011100 | 1001010 |
Color Harmonies of #FA8186
Complementary color
Monochromatic Colors of #FA8186
Black with #FA8186
Text Example
Text Example
White with #FA8186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8186; }
p { color: rgb(250,129,134); }
H1.HeaderClassName
{
color: #FA8186;
}
.AnyTagClassName
{
color: #FA8186;
}
</style>
background-color css
<style>
a { background-color: #FA8186; }
a { background-color: rgb(250,129,134); }
div.DivClassName
{
background-color: #FA8186;
}
.BgClassName
{
background-color: #FA8186;
}
</style>
border-color css
<style>
span { border-color: #FA8186; }
span { border-color: rgb(250,129,134); }
td.TdClassName
{
border-color: #FA8186;
}
.TagClassName
{
border-color: #FA8186;
}
</style>