Shades of Wewak #FA8284
Tints of Wewak #FA8284
RGB
CMYK
RGB Variations
Color information
#FA8284 (or 0xFA8284) is known color: Wewak. HEX triplet: FA, 82 and 84. RGB value is (250,130,132). Sum of RGB (Red+Green+Blue) = 250+130+132=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8284 is #057D7B. Grayscale: #A6A6A6. Windows color (decimal): -359804 or 8684282. OLE color: 8684282.
HSL color Cylindrical-coordinate representation of color #FA8284: hue angle of 359º 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 #FA8284 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 132 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.02 |
| HSL | 359º | 0.92% | 0.75% | - |
| HSV(B) | 359º | 0.48% | 0.98% | - |
| XYZ | 51.57 | 37.96 | 26.44 | - |
| YUV | 166.11 | 108.76 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 132 | 0 | 0.48 | 0.47 | 0.02 | 359 | 0.92 | 0.75 |
| Hex | FA | 82 | 84 | 0 | 30 | 2F | 2 | 167 | 5C | 4B |
| Octal | 372 | 202 | 204 | 0 | 60 | 57 | 2 | 547 | 134 | 113 |
| Binary | 11111010 | 10000010 | 10000100 | 0 | 110000 | 101111 | 10 | 101100111 | 1011100 | 1001011 |
Color Harmonies of #FA8284
Complementary color
Monochromatic Colors of #FA8284
Black with #FA8284
Text Example
Text Example
White with #FA8284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8284; }
p { color: rgb(250,130,132); }
H1.HeaderClassName
{
color: #FA8284;
}
.AnyTagClassName
{
color: #FA8284;
}
</style>
background-color css
<style>
a { background-color: #FA8284; }
a { background-color: rgb(250,130,132); }
div.DivClassName
{
background-color: #FA8284;
}
.BgClassName
{
background-color: #FA8284;
}
</style>
border-color css
<style>
span { border-color: #FA8284; }
span { border-color: rgb(250,130,132); }
td.TdClassName
{
border-color: #FA8284;
}
.TagClassName
{
border-color: #FA8284;
}
</style>