Shades of Wewak #FD8188
Tints of Wewak #FD8188
RGB
CMYK
RGB Variations
Color information
#FD8188 (or 0xFD8188) is known color: Wewak. HEX triplet: FD, 81 and 88. RGB value is (253,129,136). Sum of RGB (Red+Green+Blue) = 253+129+136=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8188 is #027E77. Grayscale: #A6A6A6. Windows color (decimal): -163448 or 8946173. OLE color: 8946173.
HSL color Cylindrical-coordinate representation of color #FD8188: hue angle of 356.61º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD8188 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 136 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.01 |
| HSL | 356.61º | 0.97% | 0.75% | - |
| HSV(B) | 356.61º | 0.49% | 0.99% | - |
| XYZ | 52.8 | 38.36 | 27.91 | - |
| YUV | 166.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 136 | 0 | 0.49 | 0.46 | 0.01 | 356.61 | 0.97 | 0.75 |
| Hex | FD | 81 | 88 | 0 | 31 | 2E | 1 | 165 | 61 | 4B |
| Octal | 375 | 201 | 210 | 0 | 61 | 56 | 1 | 545 | 141 | 113 |
| Binary | 11111101 | 10000001 | 10001000 | 0 | 110001 | 101110 | 1 | 101100101 | 1100001 | 1001011 |
Color Harmonies of #FD8188
Complementary color
Monochromatic Colors of #FD8188
Black with #FD8188
Text Example
Text Example
White with #FD8188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8188; }
p { color: rgb(253,129,136); }
H1.HeaderClassName
{
color: #FD8188;
}
.AnyTagClassName
{
color: #FD8188;
}
</style>
background-color css
<style>
a { background-color: #FD8188; }
a { background-color: rgb(253,129,136); }
div.DivClassName
{
background-color: #FD8188;
}
.BgClassName
{
background-color: #FD8188;
}
</style>
border-color css
<style>
span { border-color: #FD8188; }
span { border-color: rgb(253,129,136); }
td.TdClassName
{
border-color: #FD8188;
}
.TagClassName
{
border-color: #FD8188;
}
</style>