Shades of Wewak #FF8C95
Tints of Wewak #FF8C95
RGB
CMYK
RGB Variations
Color information
#FF8C95 (or 0xFF8C95) is known color: Wewak. HEX triplet: FF, 8C and 95. RGB value is (255,140,149). Sum of RGB (Red+Green+Blue) = 255+140+149=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8C95 is #00736A. Grayscale: #AFAFAF. Windows color (decimal): -29547 or 9800959. OLE color: 9800959.
HSL color Cylindrical-coordinate representation of color #FF8C95: hue angle of 355.3º 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 #FF8C95 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 149 | - |
| CMYK | 0 | 0.45 | 0.42 | 0 |
| HSL | 355.3º | 1% | 0.77% | - |
| HSV(B) | 355.3º | 0.45% | 1% | - |
| XYZ | 56.04 | 42.19 | 33.62 | - |
| YUV | 175.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 149 | 0 | 0.45 | 0.42 | 0 | 355.3 | 1 | 0.77 |
| Hex | FF | 8C | 95 | 0 | 2D | 2A | 0 | 163 | 64 | 4D |
| Octal | 377 | 214 | 225 | 0 | 55 | 52 | 0 | 543 | 144 | 115 |
| Binary | 11111111 | 10001100 | 10010101 | 0 | 101101 | 101010 | 0 | 101100011 | 1100100 | 1001101 |
Color Harmonies of #FF8C95
Complementary color
Monochromatic Colors of #FF8C95
Black with #FF8C95
Text Example
Text Example
White with #FF8C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C95; }
p { color: rgb(255,140,149); }
H1.HeaderClassName
{
color: #FF8C95;
}
.AnyTagClassName
{
color: #FF8C95;
}
</style>
background-color css
<style>
a { background-color: #FF8C95; }
a { background-color: rgb(255,140,149); }
div.DivClassName
{
background-color: #FF8C95;
}
.BgClassName
{
background-color: #FF8C95;
}
</style>
border-color css
<style>
span { border-color: #FF8C95; }
span { border-color: rgb(255,140,149); }
td.TdClassName
{
border-color: #FF8C95;
}
.TagClassName
{
border-color: #FF8C95;
}
</style>