Shades of Wewak #FF8DA0
Tints of Wewak #FF8DA0
RGB
CMYK
RGB Variations
Color information
#FF8DA0 (or 0xFF8DA0) is known color: Wewak. HEX triplet: FF, 8D and A0. RGB value is (255,141,160). Sum of RGB (Red+Green+Blue) = 255+141+160=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8DA0 is #00725F. Grayscale: #B1B1B1. Windows color (decimal): -29280 or 10522111. OLE color: 10522111.
HSL color Cylindrical-coordinate representation of color #FF8DA0: hue angle of 350º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8DA0 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 160 | - |
| CMYK | 0 | 0.45 | 0.37 | 0 |
| HSL | 350º | 1% | 0.78% | - |
| HSV(B) | 350º | 0.45% | 1% | - |
| XYZ | 57.11 | 42.85 | 38.52 | - |
| YUV | 177.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 160 | 0 | 0.45 | 0.37 | 0 | 350 | 1 | 0.78 |
| Hex | FF | 8D | A0 | 0 | 2D | 25 | 0 | 15E | 64 | 4E |
| Octal | 377 | 215 | 240 | 0 | 55 | 45 | 0 | 536 | 144 | 116 |
| Binary | 11111111 | 10001101 | 10100000 | 0 | 101101 | 100101 | 0 | 101011110 | 1100100 | 1001110 |
Color Harmonies of #FF8DA0
Complementary color
Monochromatic Colors of #FF8DA0
Black with #FF8DA0
Text Example
Text Example
White with #FF8DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DA0; }
p { color: rgb(255,141,160); }
H1.HeaderClassName
{
color: #FF8DA0;
}
.AnyTagClassName
{
color: #FF8DA0;
}
</style>
background-color css
<style>
a { background-color: #FF8DA0; }
a { background-color: rgb(255,141,160); }
div.DivClassName
{
background-color: #FF8DA0;
}
.BgClassName
{
background-color: #FF8DA0;
}
</style>
border-color css
<style>
span { border-color: #FF8DA0; }
span { border-color: rgb(255,141,160); }
td.TdClassName
{
border-color: #FF8DA0;
}
.TagClassName
{
border-color: #FF8DA0;
}
</style>