Shades of Wewak #FF8C8D
Tints of Wewak #FF8C8D
RGB
CMYK
RGB Variations
Color information
#FF8C8D (or 0xFF8C8D) is known color: Wewak. HEX triplet: FF, 8C and 8D. RGB value is (255,140,141). Sum of RGB (Red+Green+Blue) = 255+140+141=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8C8D is #007372. Grayscale: #AEAEAE. Windows color (decimal): -29555 or 9276671. OLE color: 9276671.
HSL color Cylindrical-coordinate representation of color #FF8C8D: hue angle of 359.48º 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 #FF8C8D is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 141 | - |
| CMYK | 0 | 0.45 | 0.45 | 0 |
| HSL | 359.48º | 1% | 0.77% | - |
| HSV(B) | 359.48º | 0.45% | 1% | - |
| XYZ | 55.43 | 41.94 | 30.37 | - |
| YUV | 174.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 141 | 0 | 0.45 | 0.45 | 0 | 359.48 | 1 | 0.77 |
| Hex | FF | 8C | 8D | 0 | 2D | 2D | 0 | 167 | 64 | 4D |
| Octal | 377 | 214 | 215 | 0 | 55 | 55 | 0 | 547 | 144 | 115 |
| Binary | 11111111 | 10001100 | 10001101 | 0 | 101101 | 101101 | 0 | 101100111 | 1100100 | 1001101 |
Color Harmonies of #FF8C8D
Complementary color
Monochromatic Colors of #FF8C8D
Black with #FF8C8D
Text Example
Text Example
White with #FF8C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C8D; }
p { color: rgb(255,140,141); }
H1.HeaderClassName
{
color: #FF8C8D;
}
.AnyTagClassName
{
color: #FF8C8D;
}
</style>
background-color css
<style>
a { background-color: #FF8C8D; }
a { background-color: rgb(255,140,141); }
div.DivClassName
{
background-color: #FF8C8D;
}
.BgClassName
{
background-color: #FF8C8D;
}
</style>
border-color css
<style>
span { border-color: #FF8C8D; }
span { border-color: rgb(255,140,141); }
td.TdClassName
{
border-color: #FF8C8D;
}
.TagClassName
{
border-color: #FF8C8D;
}
</style>