Shades of Wewak #FD8D8F
Tints of Wewak #FD8D8F
RGB
CMYK
RGB Variations
Color information
#FD8D8F (or 0xFD8D8F) is known color: Wewak. HEX triplet: FD, 8D and 8F. RGB value is (253,141,143). Sum of RGB (Red+Green+Blue) = 253+141+143=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8D8F is #027270. Grayscale: #AEAEAE. Windows color (decimal): -160369 or 9407997. OLE color: 9407997.
HSL color Cylindrical-coordinate representation of color #FD8D8F: hue angle of 358.93º 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 #FD8D8F is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 143 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.01 |
| HSL | 358.93º | 0.97% | 0.77% | - |
| HSV(B) | 358.93º | 0.44% | 0.99% | - |
| XYZ | 54.99 | 41.92 | 31.18 | - |
| YUV | 174.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 143 | 0 | 0.44 | 0.43 | 0.01 | 358.93 | 0.97 | 0.77 |
| Hex | FD | 8D | 8F | 0 | 2C | 2B | 1 | 167 | 61 | 4D |
| Octal | 375 | 215 | 217 | 0 | 54 | 53 | 1 | 547 | 141 | 115 |
| Binary | 11111101 | 10001101 | 10001111 | 0 | 101100 | 101011 | 1 | 101100111 | 1100001 | 1001101 |
Color Harmonies of #FD8D8F
Complementary color
Monochromatic Colors of #FD8D8F
Black with #FD8D8F
Text Example
Text Example
White with #FD8D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D8F; }
p { color: rgb(253,141,143); }
H1.HeaderClassName
{
color: #FD8D8F;
}
.AnyTagClassName
{
color: #FD8D8F;
}
</style>
background-color css
<style>
a { background-color: #FD8D8F; }
a { background-color: rgb(253,141,143); }
div.DivClassName
{
background-color: #FD8D8F;
}
.BgClassName
{
background-color: #FD8D8F;
}
</style>
border-color css
<style>
span { border-color: #FD8D8F; }
span { border-color: rgb(253,141,143); }
td.TdClassName
{
border-color: #FD8D8F;
}
.TagClassName
{
border-color: #FD8D8F;
}
</style>