Shades of Wewak #FF888D
Tints of Wewak #FF888D
RGB
CMYK
RGB Variations
Color information
#FF888D (or 0xFF888D) is known color: Wewak. HEX triplet: FF, 88 and 8D. RGB value is (255,136,141). Sum of RGB (Red+Green+Blue) = 255+136+141=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF888D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF888D is #007772. Grayscale: #ACACAC. Windows color (decimal): -30579 or 9275647. OLE color: 9275647.
HSL color Cylindrical-coordinate representation of color #FF888D: hue angle of 357.48º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF888D is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 141 | - |
| CMYK | 0 | 0.47 | 0.45 | 0 |
| HSL | 357.48º | 1% | 0.77% | - |
| HSV(B) | 357.48º | 0.47% | 1% | - |
| XYZ | 54.85 | 40.79 | 30.18 | - |
| YUV | 172.15 | 110.42 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 141 | 0 | 0.47 | 0.45 | 0 | 357.48 | 1 | 0.77 |
| Hex | FF | 88 | 8D | 0 | 2F | 2D | 0 | 165 | 64 | 4D |
| Octal | 377 | 210 | 215 | 0 | 57 | 55 | 0 | 545 | 144 | 115 |
| Binary | 11111111 | 10001000 | 10001101 | 0 | 101111 | 101101 | 0 | 101100101 | 1100100 | 1001101 |
Color Harmonies of #FF888D
Complementary color
Monochromatic Colors of #FF888D
Black with #FF888D
Text Example
Text Example
White with #FF888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF888D; }
p { color: rgb(255,136,141); }
H1.HeaderClassName
{
color: #FF888D;
}
.AnyTagClassName
{
color: #FF888D;
}
</style>
background-color css
<style>
a { background-color: #FF888D; }
a { background-color: rgb(255,136,141); }
div.DivClassName
{
background-color: #FF888D;
}
.BgClassName
{
background-color: #FF888D;
}
</style>
border-color css
<style>
span { border-color: #FF888D; }
span { border-color: rgb(255,136,141); }
td.TdClassName
{
border-color: #FF888D;
}
.TagClassName
{
border-color: #FF888D;
}
</style>