Shades of Wewak #FD8891
Tints of Wewak #FD8891
RGB
CMYK
RGB Variations
Color information
#FD8891 (or 0xFD8891) is known color: Wewak. HEX triplet: FD, 88 and 91. RGB value is (253,136,145). Sum of RGB (Red+Green+Blue) = 253+136+145=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8891 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8891 is #02776E. Grayscale: #ACACAC. Windows color (decimal): -161647 or 9537789. OLE color: 9537789.
HSL color Cylindrical-coordinate representation of color #FD8891: hue angle of 355.38º 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 #FD8891 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 145 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.01 |
| HSL | 355.38º | 0.97% | 0.76% | - |
| HSV(B) | 355.38º | 0.46% | 0.99% | - |
| XYZ | 54.42 | 40.54 | 31.74 | - |
| YUV | 172.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 145 | 0 | 0.46 | 0.43 | 0.01 | 355.38 | 0.97 | 0.76 |
| Hex | FD | 88 | 91 | 0 | 2E | 2B | 1 | 163 | 61 | 4C |
| Octal | 375 | 210 | 221 | 0 | 56 | 53 | 1 | 543 | 141 | 114 |
| Binary | 11111101 | 10001000 | 10010001 | 0 | 101110 | 101011 | 1 | 101100011 | 1100001 | 1001100 |
Color Harmonies of #FD8891
Complementary color
Monochromatic Colors of #FD8891
Black with #FD8891
Text Example
Text Example
White with #FD8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8891; }
p { color: rgb(253,136,145); }
H1.HeaderClassName
{
color: #FD8891;
}
.AnyTagClassName
{
color: #FD8891;
}
</style>
background-color css
<style>
a { background-color: #FD8891; }
a { background-color: rgb(253,136,145); }
div.DivClassName
{
background-color: #FD8891;
}
.BgClassName
{
background-color: #FD8891;
}
</style>
border-color css
<style>
span { border-color: #FD8891; }
span { border-color: rgb(253,136,145); }
td.TdClassName
{
border-color: #FD8891;
}
.TagClassName
{
border-color: #FD8891;
}
</style>