Shades of Wewak #FD8488
Tints of Wewak #FD8488
RGB
CMYK
RGB Variations
Color information
#FD8488 (or 0xFD8488) is known color: Wewak. HEX triplet: FD, 84 and 88. RGB value is (253,132,136). Sum of RGB (Red+Green+Blue) = 253+132+136=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8488 is #027B77. Grayscale: #A8A8A8. Windows color (decimal): -162680 or 8946941. OLE color: 8946941.
HSL color Cylindrical-coordinate representation of color #FD8488: hue angle of 358.02º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FD8488 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 132 | 136 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.01 |
| HSL | 358.02º | 0.97% | 0.75% | - |
| HSV(B) | 358.02º | 0.48% | 0.99% | - |
| XYZ | 53.2 | 39.16 | 28.05 | - |
| YUV | 168.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 132 | 136 | 0 | 0.48 | 0.46 | 0.01 | 358.02 | 0.97 | 0.75 |
| Hex | FD | 84 | 88 | 0 | 30 | 2E | 1 | 166 | 61 | 4B |
| Octal | 375 | 204 | 210 | 0 | 60 | 56 | 1 | 546 | 141 | 113 |
| Binary | 11111101 | 10000100 | 10001000 | 0 | 110000 | 101110 | 1 | 101100110 | 1100001 | 1001011 |
Color Harmonies of #FD8488
Complementary color
Monochromatic Colors of #FD8488
Black with #FD8488
Text Example
Text Example
White with #FD8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8488; }
p { color: rgb(253,132,136); }
H1.HeaderClassName
{
color: #FD8488;
}
.AnyTagClassName
{
color: #FD8488;
}
</style>
background-color css
<style>
a { background-color: #FD8488; }
a { background-color: rgb(253,132,136); }
div.DivClassName
{
background-color: #FD8488;
}
.BgClassName
{
background-color: #FD8488;
}
</style>
border-color css
<style>
span { border-color: #FD8488; }
span { border-color: rgb(253,132,136); }
td.TdClassName
{
border-color: #FD8488;
}
.TagClassName
{
border-color: #FD8488;
}
</style>