Shades of Wewak #FF8B95
Tints of Wewak #FF8B95
RGB
CMYK
RGB Variations
Color information
#FF8B95 (or 0xFF8B95) is known color: Wewak. HEX triplet: FF, 8B and 95. RGB value is (255,139,149). Sum of RGB (Red+Green+Blue) = 255+139+149=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8B95 is #00746A. Grayscale: #AEAEAE. Windows color (decimal): -29803 or 9800703. OLE color: 9800703.
HSL color Cylindrical-coordinate representation of color #FF8B95: hue angle of 354.83º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8B95 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 149 | - |
| CMYK | 0 | 0.45 | 0.42 | 0 |
| HSL | 354.83º | 1% | 0.77% | - |
| HSV(B) | 354.83º | 0.45% | 1% | - |
| XYZ | 55.9 | 41.9 | 33.57 | - |
| YUV | 174.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 149 | 0 | 0.45 | 0.42 | 0 | 354.83 | 1 | 0.77 |
| Hex | FF | 8B | 95 | 0 | 2D | 2A | 0 | 163 | 64 | 4D |
| Octal | 377 | 213 | 225 | 0 | 55 | 52 | 0 | 543 | 144 | 115 |
| Binary | 11111111 | 10001011 | 10010101 | 0 | 101101 | 101010 | 0 | 101100011 | 1100100 | 1001101 |
Color Harmonies of #FF8B95
Complementary color
Monochromatic Colors of #FF8B95
Black with #FF8B95
Text Example
Text Example
White with #FF8B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B95; }
p { color: rgb(255,139,149); }
H1.HeaderClassName
{
color: #FF8B95;
}
.AnyTagClassName
{
color: #FF8B95;
}
</style>
background-color css
<style>
a { background-color: #FF8B95; }
a { background-color: rgb(255,139,149); }
div.DivClassName
{
background-color: #FF8B95;
}
.BgClassName
{
background-color: #FF8B95;
}
</style>
border-color css
<style>
span { border-color: #FF8B95; }
span { border-color: rgb(255,139,149); }
td.TdClassName
{
border-color: #FF8B95;
}
.TagClassName
{
border-color: #FF8B95;
}
</style>