Shades of Wewak #FD8D8E
Tints of Wewak #FD8D8E
RGB
CMYK
RGB Variations
Color information
#FD8D8E (or 0xFD8D8E) is known color: Wewak. HEX triplet: FD, 8D and 8E. RGB value is (253,141,142). Sum of RGB (Red+Green+Blue) = 253+141+142=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8D8E is #027271. Grayscale: #AEAEAE. Windows color (decimal): -160370 or 9342461. OLE color: 9342461.
HSL color Cylindrical-coordinate representation of color #FD8D8E: hue angle of 359.46º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FD8D8E is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 142 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.01 |
| HSL | 359.46º | 0.97% | 0.77% | - |
| HSV(B) | 359.46º | 0.44% | 0.99% | - |
| XYZ | 54.92 | 41.89 | 30.78 | - |
| YUV | 174.6 | 109.61 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 142 | 0 | 0.44 | 0.44 | 0.01 | 359.46 | 0.97 | 0.77 |
| Hex | FD | 8D | 8E | 0 | 2C | 2C | 1 | 167 | 61 | 4D |
| Octal | 375 | 215 | 216 | 0 | 54 | 54 | 1 | 547 | 141 | 115 |
| Binary | 11111101 | 10001101 | 10001110 | 0 | 101100 | 101100 | 1 | 101100111 | 1100001 | 1001101 |
Color Harmonies of #FD8D8E
Complementary color
Monochromatic Colors of #FD8D8E
Black with #FD8D8E
Text Example
Text Example
White with #FD8D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D8E; }
p { color: rgb(253,141,142); }
H1.HeaderClassName
{
color: #FD8D8E;
}
.AnyTagClassName
{
color: #FD8D8E;
}
</style>
background-color css
<style>
a { background-color: #FD8D8E; }
a { background-color: rgb(253,141,142); }
div.DivClassName
{
background-color: #FD8D8E;
}
.BgClassName
{
background-color: #FD8D8E;
}
</style>
border-color css
<style>
span { border-color: #FD8D8E; }
span { border-color: rgb(253,141,142); }
td.TdClassName
{
border-color: #FD8D8E;
}
.TagClassName
{
border-color: #FD8D8E;
}
</style>