Shades of Wewak #FF8288
Tints of Wewak #FF8288
RGB
CMYK
RGB Variations
Color information
#FF8288 (or 0xFF8288) is known color: Wewak. HEX triplet: FF, 82 and 88. RGB value is (255,130,136). Sum of RGB (Red+Green+Blue) = 255+130+136=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8288 is #007D77. Grayscale: #A8A8A8. Windows color (decimal): -32120 or 8946431. OLE color: 8946431.
HSL color Cylindrical-coordinate representation of color #FF8288: hue angle of 357.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8288 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 136 | - |
| CMYK | 0 | 0.49 | 0.47 | 0 |
| HSL | 357.12º | 1% | 0.75% | - |
| HSV(B) | 357.12º | 0.49% | 1% | - |
| XYZ | 53.67 | 39 | 27.99 | - |
| YUV | 168.06 | 109.91 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 136 | 0 | 0.49 | 0.47 | 0 | 357.12 | 1 | 0.75 |
| Hex | FF | 82 | 88 | 0 | 31 | 2F | 0 | 165 | 64 | 4B |
| Octal | 377 | 202 | 210 | 0 | 61 | 57 | 0 | 545 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10001000 | 0 | 110001 | 101111 | 0 | 101100101 | 1100100 | 1001011 |
Color Harmonies of #FF8288
Complementary color
Monochromatic Colors of #FF8288
Black with #FF8288
Text Example
Text Example
White with #FF8288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8288; }
p { color: rgb(255,130,136); }
H1.HeaderClassName
{
color: #FF8288;
}
.AnyTagClassName
{
color: #FF8288;
}
</style>
background-color css
<style>
a { background-color: #FF8288; }
a { background-color: rgb(255,130,136); }
div.DivClassName
{
background-color: #FF8288;
}
.BgClassName
{
background-color: #FF8288;
}
</style>
border-color css
<style>
span { border-color: #FF8288; }
span { border-color: rgb(255,130,136); }
td.TdClassName
{
border-color: #FF8288;
}
.TagClassName
{
border-color: #FF8288;
}
</style>