Shades of Wewak #FD8899
Tints of Wewak #FD8899
RGB
CMYK
RGB Variations
Color information
#FD8899 (or 0xFD8899) is known color: Wewak. HEX triplet: FD, 88 and 99. RGB value is (253,136,153). Sum of RGB (Red+Green+Blue) = 253+136+153=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8899 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8899 is #027766. Grayscale: #ACACAC. Windows color (decimal): -161639 or 10062077. OLE color: 10062077.
HSL color Cylindrical-coordinate representation of color #FD8899: hue angle of 351.28º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FD8899 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 153 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.01 |
| HSL | 351.28º | 0.97% | 0.76% | - |
| HSV(B) | 351.28º | 0.46% | 0.99% | - |
| XYZ | 55.06 | 40.79 | 35.11 | - |
| YUV | 172.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 153 | 0 | 0.46 | 0.40 | 0.01 | 351.28 | 0.97 | 0.76 |
| Hex | FD | 88 | 99 | 0 | 2E | 28 | 1 | 15F | 61 | 4C |
| Octal | 375 | 210 | 231 | 0 | 56 | 50 | 1 | 537 | 141 | 114 |
| Binary | 11111101 | 10001000 | 10011001 | 0 | 101110 | 101000 | 1 | 101011111 | 1100001 | 1001100 |
Color Harmonies of #FD8899
Complementary color
Monochromatic Colors of #FD8899
Black with #FD8899
Text Example
Text Example
White with #FD8899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8899; }
p { color: rgb(253,136,153); }
H1.HeaderClassName
{
color: #FD8899;
}
.AnyTagClassName
{
color: #FD8899;
}
</style>
background-color css
<style>
a { background-color: #FD8899; }
a { background-color: rgb(253,136,153); }
div.DivClassName
{
background-color: #FD8899;
}
.BgClassName
{
background-color: #FD8899;
}
</style>
border-color css
<style>
span { border-color: #FD8899; }
span { border-color: rgb(253,136,153); }
td.TdClassName
{
border-color: #FD8899;
}
.TagClassName
{
border-color: #FD8899;
}
</style>