Shades of Wewak #FD8690
Tints of Wewak #FD8690
RGB
CMYK
RGB Variations
Color information
#FD8690 (or 0xFD8690) is known color: Wewak. HEX triplet: FD, 86 and 90. RGB value is (253,134,144). Sum of RGB (Red+Green+Blue) = 253+134+144=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8690 is #02796F. Grayscale: #AAAAAA. Windows color (decimal): -162160 or 9471741. OLE color: 9471741.
HSL color Cylindrical-coordinate representation of color #FD8690: hue angle of 354.96º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD8690 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 134 | 144 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.01 |
| HSL | 354.96º | 0.97% | 0.76% | - |
| HSV(B) | 354.96º | 0.47% | 0.99% | - |
| XYZ | 54.07 | 39.95 | 31.25 | - |
| YUV | 170.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 134 | 144 | 0 | 0.47 | 0.43 | 0.01 | 354.96 | 0.97 | 0.76 |
| Hex | FD | 86 | 90 | 0 | 2F | 2B | 1 | 163 | 61 | 4C |
| Octal | 375 | 206 | 220 | 0 | 57 | 53 | 1 | 543 | 141 | 114 |
| Binary | 11111101 | 10000110 | 10010000 | 0 | 101111 | 101011 | 1 | 101100011 | 1100001 | 1001100 |
Color Harmonies of #FD8690
Complementary color
Monochromatic Colors of #FD8690
Black with #FD8690
Text Example
Text Example
White with #FD8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8690; }
p { color: rgb(253,134,144); }
H1.HeaderClassName
{
color: #FD8690;
}
.AnyTagClassName
{
color: #FD8690;
}
</style>
background-color css
<style>
a { background-color: #FD8690; }
a { background-color: rgb(253,134,144); }
div.DivClassName
{
background-color: #FD8690;
}
.BgClassName
{
background-color: #FD8690;
}
</style>
border-color css
<style>
span { border-color: #FD8690; }
span { border-color: rgb(253,134,144); }
td.TdClassName
{
border-color: #FD8690;
}
.TagClassName
{
border-color: #FD8690;
}
</style>