Shades of Wewak #FA8082
Tints of Wewak #FA8082
RGB
CMYK
RGB Variations
Color information
#FA8082 (or 0xFA8082) is known color: Wewak. HEX triplet: FA, 80 and 82. RGB value is (250,128,130). Sum of RGB (Red+Green+Blue) = 250+128+130=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8082 is #057F7D. Grayscale: #A4A4A4. Windows color (decimal): -360318 or 8552698. OLE color: 8552698.
HSL color Cylindrical-coordinate representation of color #FA8082: hue angle of 359.02º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA8082 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 130 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.02 |
| HSL | 359.02º | 0.92% | 0.74% | - |
| HSV(B) | 359.02º | 0.49% | 0.98% | - |
| XYZ | 51.17 | 37.37 | 25.64 | - |
| YUV | 164.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 130 | 0 | 0.49 | 0.48 | 0.02 | 359.02 | 0.92 | 0.74 |
| Hex | FA | 80 | 82 | 0 | 31 | 30 | 2 | 167 | 5C | 4A |
| Octal | 372 | 200 | 202 | 0 | 61 | 60 | 2 | 547 | 134 | 112 |
| Binary | 11111010 | 10000000 | 10000010 | 0 | 110001 | 110000 | 10 | 101100111 | 1011100 | 1001010 |
Color Harmonies of #FA8082
Complementary color
Monochromatic Colors of #FA8082
Black with #FA8082
Text Example
Text Example
White with #FA8082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8082; }
p { color: rgb(250,128,130); }
H1.HeaderClassName
{
color: #FA8082;
}
.AnyTagClassName
{
color: #FA8082;
}
</style>
background-color css
<style>
a { background-color: #FA8082; }
a { background-color: rgb(250,128,130); }
div.DivClassName
{
background-color: #FA8082;
}
.BgClassName
{
background-color: #FA8082;
}
</style>
border-color css
<style>
span { border-color: #FA8082; }
span { border-color: rgb(250,128,130); }
td.TdClassName
{
border-color: #FA8082;
}
.TagClassName
{
border-color: #FA8082;
}
</style>