Shades of Wewak #FA8488
Tints of Wewak #FA8488
RGB
CMYK
RGB Variations
Color information
#FA8488 (or 0xFA8488) is known color: Wewak. HEX triplet: FA, 84 and 88. RGB value is (250,132,136). Sum of RGB (Red+Green+Blue) = 250+132+136=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8488 is #057B77. Grayscale: #A7A7A7. Windows color (decimal): -359288 or 8946938. OLE color: 8946938.
HSL color Cylindrical-coordinate representation of color #FA8488: hue angle of 357.97º 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 #FA8488 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 136 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.02 |
| HSL | 357.97º | 0.92% | 0.75% | - |
| HSV(B) | 357.97º | 0.47% | 0.98% | - |
| XYZ | 52.12 | 38.6 | 28 | - |
| YUV | 167.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 136 | 0 | 0.47 | 0.46 | 0.02 | 357.97 | 0.92 | 0.75 |
| Hex | FA | 84 | 88 | 0 | 2F | 2E | 2 | 166 | 5C | 4B |
| Octal | 372 | 204 | 210 | 0 | 57 | 56 | 2 | 546 | 134 | 113 |
| Binary | 11111010 | 10000100 | 10001000 | 0 | 101111 | 101110 | 10 | 101100110 | 1011100 | 1001011 |
Color Harmonies of #FA8488
Complementary color
Monochromatic Colors of #FA8488
Black with #FA8488
Text Example
Text Example
White with #FA8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8488; }
p { color: rgb(250,132,136); }
H1.HeaderClassName
{
color: #FA8488;
}
.AnyTagClassName
{
color: #FA8488;
}
</style>
background-color css
<style>
a { background-color: #FA8488; }
a { background-color: rgb(250,132,136); }
div.DivClassName
{
background-color: #FA8488;
}
.BgClassName
{
background-color: #FA8488;
}
</style>
border-color css
<style>
span { border-color: #FA8488; }
span { border-color: rgb(250,132,136); }
td.TdClassName
{
border-color: #FA8488;
}
.TagClassName
{
border-color: #FA8488;
}
</style>