Shades of Wewak #FF8D9B
Tints of Wewak #FF8D9B
RGB
CMYK
RGB Variations
Color information
#FF8D9B (or 0xFF8D9B) is known color: Wewak. HEX triplet: FF, 8D and 9B. RGB value is (255,141,155). Sum of RGB (Red+Green+Blue) = 255+141+155=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8D9B is #007264. Grayscale: #B0B0B0. Windows color (decimal): -29285 or 10194431. OLE color: 10194431.
HSL color Cylindrical-coordinate representation of color #FF8D9B: hue angle of 352.63º 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 #FF8D9B is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 155 | - |
| CMYK | 0 | 0.45 | 0.39 | 0 |
| HSL | 352.63º | 1% | 0.78% | - |
| HSV(B) | 352.63º | 0.45% | 1% | - |
| XYZ | 56.68 | 42.68 | 36.26 | - |
| YUV | 176.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 155 | 0 | 0.45 | 0.39 | 0 | 352.63 | 1 | 0.78 |
| Hex | FF | 8D | 9B | 0 | 2D | 27 | 0 | 161 | 64 | 4E |
| Octal | 377 | 215 | 233 | 0 | 55 | 47 | 0 | 541 | 144 | 116 |
| Binary | 11111111 | 10001101 | 10011011 | 0 | 101101 | 100111 | 0 | 101100001 | 1100100 | 1001110 |
Color Harmonies of #FF8D9B
Complementary color
Monochromatic Colors of #FF8D9B
Black with #FF8D9B
Text Example
Text Example
White with #FF8D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D9B; }
p { color: rgb(255,141,155); }
H1.HeaderClassName
{
color: #FF8D9B;
}
.AnyTagClassName
{
color: #FF8D9B;
}
</style>
background-color css
<style>
a { background-color: #FF8D9B; }
a { background-color: rgb(255,141,155); }
div.DivClassName
{
background-color: #FF8D9B;
}
.BgClassName
{
background-color: #FF8D9B;
}
</style>
border-color css
<style>
span { border-color: #FF8D9B; }
span { border-color: rgb(255,141,155); }
td.TdClassName
{
border-color: #FF8D9B;
}
.TagClassName
{
border-color: #FF8D9B;
}
</style>