Shades of Wewak #FF8995
Tints of Wewak #FF8995
RGB
CMYK
RGB Variations
Color information
#FF8995 (or 0xFF8995) is known color: Wewak. HEX triplet: FF, 89 and 95. RGB value is (255,137,149). Sum of RGB (Red+Green+Blue) = 255+137+149=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8995 is #00766A. Grayscale: #ADADAD. Windows color (decimal): -30315 or 9800191. OLE color: 9800191.
HSL color Cylindrical-coordinate representation of color #FF8995: hue angle of 353.9º 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 #FF8995 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 149 | - |
| CMYK | 0 | 0.46 | 0.42 | 0 |
| HSL | 353.9º | 1% | 0.77% | - |
| HSV(B) | 353.9º | 0.46% | 1% | - |
| XYZ | 55.61 | 41.32 | 33.48 | - |
| YUV | 173.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 149 | 0 | 0.46 | 0.42 | 0 | 353.9 | 1 | 0.77 |
| Hex | FF | 89 | 95 | 0 | 2E | 2A | 0 | 162 | 64 | 4D |
| Octal | 377 | 211 | 225 | 0 | 56 | 52 | 0 | 542 | 144 | 115 |
| Binary | 11111111 | 10001001 | 10010101 | 0 | 101110 | 101010 | 0 | 101100010 | 1100100 | 1001101 |
Color Harmonies of #FF8995
Complementary color
Monochromatic Colors of #FF8995
Black with #FF8995
Text Example
Text Example
White with #FF8995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8995; }
p { color: rgb(255,137,149); }
H1.HeaderClassName
{
color: #FF8995;
}
.AnyTagClassName
{
color: #FF8995;
}
</style>
background-color css
<style>
a { background-color: #FF8995; }
a { background-color: rgb(255,137,149); }
div.DivClassName
{
background-color: #FF8995;
}
.BgClassName
{
background-color: #FF8995;
}
</style>
border-color css
<style>
span { border-color: #FF8995; }
span { border-color: rgb(255,137,149); }
td.TdClassName
{
border-color: #FF8995;
}
.TagClassName
{
border-color: #FF8995;
}
</style>