Shades of Wewak #FC8689
Tints of Wewak #FC8689
RGB
CMYK
RGB Variations
Color information
#FC8689 (or 0xFC8689) is known color: Wewak. HEX triplet: FC, 86 and 89. RGB value is (252,134,137). Sum of RGB (Red+Green+Blue) = 252+134+137=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8689 is #037976. Grayscale: #A9A9A9. Windows color (decimal): -227703 or 9012988. OLE color: 9012988.
HSL color Cylindrical-coordinate representation of color #FC8689: hue angle of 358.47º degrees, saturation: 0.95, 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 #FC8689 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 137 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.01 |
| HSL | 358.47º | 0.95% | 0.76% | - |
| HSV(B) | 358.47º | 0.47% | 0.99% | - |
| XYZ | 53.19 | 39.55 | 28.5 | - |
| YUV | 169.62 | 109.59 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 137 | 0 | 0.47 | 0.46 | 0.01 | 358.47 | 0.95 | 0.76 |
| Hex | FC | 86 | 89 | 0 | 2F | 2E | 1 | 166 | 5F | 4C |
| Octal | 374 | 206 | 211 | 0 | 57 | 56 | 1 | 546 | 137 | 114 |
| Binary | 11111100 | 10000110 | 10001001 | 0 | 101111 | 101110 | 1 | 101100110 | 1011111 | 1001100 |
Color Harmonies of #FC8689
Complementary color
Monochromatic Colors of #FC8689
Black with #FC8689
Text Example
Text Example
White with #FC8689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8689; }
p { color: rgb(252,134,137); }
H1.HeaderClassName
{
color: #FC8689;
}
.AnyTagClassName
{
color: #FC8689;
}
</style>
background-color css
<style>
a { background-color: #FC8689; }
a { background-color: rgb(252,134,137); }
div.DivClassName
{
background-color: #FC8689;
}
.BgClassName
{
background-color: #FC8689;
}
</style>
border-color css
<style>
span { border-color: #FC8689; }
span { border-color: rgb(252,134,137); }
td.TdClassName
{
border-color: #FC8689;
}
.TagClassName
{
border-color: #FC8689;
}
</style>