Shades of Wewak #FF8997
Tints of Wewak #FF8997
RGB
CMYK
RGB Variations
Color information
#FF8997 (or 0xFF8997) is known color: Wewak. HEX triplet: FF, 89 and 97. RGB value is (255,137,151). Sum of RGB (Red+Green+Blue) = 255+137+151=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8997 is #007668. Grayscale: #ADADAD. Windows color (decimal): -30313 or 9931263. OLE color: 9931263.
HSL color Cylindrical-coordinate representation of color #FF8997: hue angle of 352.88º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8997 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 151 | - |
| CMYK | 0 | 0.46 | 0.41 | 0 |
| HSL | 352.88º | 1% | 0.77% | - |
| HSV(B) | 352.88º | 0.46% | 1% | - |
| XYZ | 55.77 | 41.39 | 34.33 | - |
| YUV | 173.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 151 | 0 | 0.46 | 0.41 | 0 | 352.88 | 1 | 0.77 |
| Hex | FF | 89 | 97 | 0 | 2E | 29 | 0 | 161 | 64 | 4D |
| Octal | 377 | 211 | 227 | 0 | 56 | 51 | 0 | 541 | 144 | 115 |
| Binary | 11111111 | 10001001 | 10010111 | 0 | 101110 | 101001 | 0 | 101100001 | 1100100 | 1001101 |
Color Harmonies of #FF8997
Complementary color
Monochromatic Colors of #FF8997
Black with #FF8997
Text Example
Text Example
White with #FF8997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8997; }
p { color: rgb(255,137,151); }
H1.HeaderClassName
{
color: #FF8997;
}
.AnyTagClassName
{
color: #FF8997;
}
</style>
background-color css
<style>
a { background-color: #FF8997; }
a { background-color: rgb(255,137,151); }
div.DivClassName
{
background-color: #FF8997;
}
.BgClassName
{
background-color: #FF8997;
}
</style>
border-color css
<style>
span { border-color: #FF8997; }
span { border-color: rgb(255,137,151); }
td.TdClassName
{
border-color: #FF8997;
}
.TagClassName
{
border-color: #FF8997;
}
</style>