Shades of Wewak #FD8D99
Tints of Wewak #FD8D99
RGB
CMYK
RGB Variations
Color information
#FD8D99 (or 0xFD8D99) is known color: Wewak. HEX triplet: FD, 8D and 99. RGB value is (253,141,153). Sum of RGB (Red+Green+Blue) = 253+141+153=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8D99 is #027266. Grayscale: #AFAFAF. Windows color (decimal): -160359 or 10063357. OLE color: 10063357.
HSL color Cylindrical-coordinate representation of color #FD8D99: hue angle of 353.57º 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 #FD8D99 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 153 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.01 |
| HSL | 353.57º | 0.97% | 0.77% | - |
| HSV(B) | 353.57º | 0.44% | 0.99% | - |
| XYZ | 55.78 | 42.23 | 35.35 | - |
| YUV | 175.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 153 | 0 | 0.44 | 0.40 | 0.01 | 353.57 | 0.97 | 0.77 |
| Hex | FD | 8D | 99 | 0 | 2C | 28 | 1 | 162 | 61 | 4D |
| Octal | 375 | 215 | 231 | 0 | 54 | 50 | 1 | 542 | 141 | 115 |
| Binary | 11111101 | 10001101 | 10011001 | 0 | 101100 | 101000 | 1 | 101100010 | 1100001 | 1001101 |
Color Harmonies of #FD8D99
Complementary color
Monochromatic Colors of #FD8D99
Black with #FD8D99
Text Example
Text Example
White with #FD8D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D99; }
p { color: rgb(253,141,153); }
H1.HeaderClassName
{
color: #FD8D99;
}
.AnyTagClassName
{
color: #FD8D99;
}
</style>
background-color css
<style>
a { background-color: #FD8D99; }
a { background-color: rgb(253,141,153); }
div.DivClassName
{
background-color: #FD8D99;
}
.BgClassName
{
background-color: #FD8D99;
}
</style>
border-color css
<style>
span { border-color: #FD8D99; }
span { border-color: rgb(253,141,153); }
td.TdClassName
{
border-color: #FD8D99;
}
.TagClassName
{
border-color: #FD8D99;
}
</style>