Shades of Wewak #FA8288
Tints of Wewak #FA8288
RGB
CMYK
RGB Variations
Color information
#FA8288 (or 0xFA8288) is known color: Wewak. HEX triplet: FA, 82 and 88. RGB value is (250,130,136). Sum of RGB (Red+Green+Blue) = 250+130+136=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8288 is #057D77. Grayscale: #A6A6A6. Windows color (decimal): -359800 or 8946426. OLE color: 8946426.
HSL color Cylindrical-coordinate representation of color #FA8288: hue angle of 357º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA8288 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 136 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.02 |
| HSL | 357º | 0.92% | 0.75% | - |
| HSV(B) | 357º | 0.48% | 0.98% | - |
| XYZ | 51.85 | 38.07 | 27.91 | - |
| YUV | 166.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 136 | 0 | 0.48 | 0.46 | 0.02 | 357 | 0.92 | 0.75 |
| Hex | FA | 82 | 88 | 0 | 30 | 2E | 2 | 165 | 5C | 4B |
| Octal | 372 | 202 | 210 | 0 | 60 | 56 | 2 | 545 | 134 | 113 |
| Binary | 11111010 | 10000010 | 10001000 | 0 | 110000 | 101110 | 10 | 101100101 | 1011100 | 1001011 |
Color Harmonies of #FA8288
Complementary color
Monochromatic Colors of #FA8288
Black with #FA8288
Text Example
Text Example
White with #FA8288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8288; }
p { color: rgb(250,130,136); }
H1.HeaderClassName
{
color: #FA8288;
}
.AnyTagClassName
{
color: #FA8288;
}
</style>
background-color css
<style>
a { background-color: #FA8288; }
a { background-color: rgb(250,130,136); }
div.DivClassName
{
background-color: #FA8288;
}
.BgClassName
{
background-color: #FA8288;
}
</style>
border-color css
<style>
span { border-color: #FA8288; }
span { border-color: rgb(250,130,136); }
td.TdClassName
{
border-color: #FA8288;
}
.TagClassName
{
border-color: #FA8288;
}
</style>