Shades of Wewak #FF8293
Tints of Wewak #FF8293
RGB
CMYK
RGB Variations
Color information
#FF8293 (or 0xFF8293) is known color: Wewak. HEX triplet: FF, 82 and 93. RGB value is (255,130,147). Sum of RGB (Red+Green+Blue) = 255+130+147=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8293 is #007D6C. Grayscale: #A9A9A9. Windows color (decimal): -32109 or 9667327. OLE color: 9667327.
HSL color Cylindrical-coordinate representation of color #FF8293: hue angle of 351.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8293 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 147 | - |
| CMYK | 0 | 0.49 | 0.42 | 0 |
| HSL | 351.84º | 1% | 0.75% | - |
| HSV(B) | 351.84º | 0.49% | 1% | - |
| XYZ | 54.49 | 39.33 | 32.32 | - |
| YUV | 169.31 | 115.41 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 147 | 0 | 0.49 | 0.42 | 0 | 351.84 | 1 | 0.75 |
| Hex | FF | 82 | 93 | 0 | 31 | 2A | 0 | 160 | 64 | 4B |
| Octal | 377 | 202 | 223 | 0 | 61 | 52 | 0 | 540 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10010011 | 0 | 110001 | 101010 | 0 | 101100000 | 1100100 | 1001011 |
Color Harmonies of #FF8293
Complementary color
Monochromatic Colors of #FF8293
Black with #FF8293
Text Example
Text Example
White with #FF8293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8293; }
p { color: rgb(255,130,147); }
H1.HeaderClassName
{
color: #FF8293;
}
.AnyTagClassName
{
color: #FF8293;
}
</style>
background-color css
<style>
a { background-color: #FF8293; }
a { background-color: rgb(255,130,147); }
div.DivClassName
{
background-color: #FF8293;
}
.BgClassName
{
background-color: #FF8293;
}
</style>
border-color css
<style>
span { border-color: #FF8293; }
span { border-color: rgb(255,130,147); }
td.TdClassName
{
border-color: #FF8293;
}
.TagClassName
{
border-color: #FF8293;
}
</style>