Shades of Wewak #FD8D9C
Tints of Wewak #FD8D9C
RGB
CMYK
RGB Variations
Color information
#FD8D9C (or 0xFD8D9C) is known color: Wewak. HEX triplet: FD, 8D and 9C. RGB value is (253,141,156). Sum of RGB (Red+Green+Blue) = 253+141+156=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8D9C is #027263. Grayscale: #B0B0B0. Windows color (decimal): -160356 or 10259965. OLE color: 10259965.
HSL color Cylindrical-coordinate representation of color #FD8D9C: hue angle of 351.96º 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 #FD8D9C is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 156 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.01 |
| HSL | 351.96º | 0.97% | 0.77% | - |
| HSV(B) | 351.96º | 0.44% | 0.99% | - |
| XYZ | 56.03 | 42.33 | 36.67 | - |
| YUV | 176.2 | 116.61 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 156 | 0 | 0.44 | 0.38 | 0.01 | 351.96 | 0.97 | 0.77 |
| Hex | FD | 8D | 9C | 0 | 2C | 26 | 1 | 160 | 61 | 4D |
| Octal | 375 | 215 | 234 | 0 | 54 | 46 | 1 | 540 | 141 | 115 |
| Binary | 11111101 | 10001101 | 10011100 | 0 | 101100 | 100110 | 1 | 101100000 | 1100001 | 1001101 |
Color Harmonies of #FD8D9C
Complementary color
Monochromatic Colors of #FD8D9C
Black with #FD8D9C
Text Example
Text Example
White with #FD8D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D9C; }
p { color: rgb(253,141,156); }
H1.HeaderClassName
{
color: #FD8D9C;
}
.AnyTagClassName
{
color: #FD8D9C;
}
</style>
background-color css
<style>
a { background-color: #FD8D9C; }
a { background-color: rgb(253,141,156); }
div.DivClassName
{
background-color: #FD8D9C;
}
.BgClassName
{
background-color: #FD8D9C;
}
</style>
border-color css
<style>
span { border-color: #FD8D9C; }
span { border-color: rgb(253,141,156); }
td.TdClassName
{
border-color: #FD8D9C;
}
.TagClassName
{
border-color: #FD8D9C;
}
</style>