Shades of Wewak #FC7F86
Tints of Wewak #FC7F86
RGB
CMYK
RGB Variations
Color information
#FC7F86 (or 0xFC7F86) is known color: Wewak. HEX triplet: FC, 7F and 86. RGB value is (252,127,134). Sum of RGB (Red+Green+Blue) = 252+127+134=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7F86 is #038079. Grayscale: #A5A5A5. Windows color (decimal): -229498 or 8814588. OLE color: 8814588.
HSL color Cylindrical-coordinate representation of color #FC7F86: hue angle of 356.64º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7F86 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 134 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.01 |
| HSL | 356.64º | 0.95% | 0.74% | - |
| HSV(B) | 356.64º | 0.5% | 0.99% | - |
| XYZ | 52.04 | 37.6 | 27.07 | - |
| YUV | 165.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 134 | 0 | 0.50 | 0.47 | 0.01 | 356.64 | 0.95 | 0.74 |
| Hex | FC | 7F | 86 | 0 | 32 | 2F | 1 | 165 | 5F | 4A |
| Octal | 374 | 177 | 206 | 0 | 62 | 57 | 1 | 545 | 137 | 112 |
| Binary | 11111100 | 1111111 | 10000110 | 0 | 110010 | 101111 | 1 | 101100101 | 1011111 | 1001010 |
Color Harmonies of #FC7F86
Complementary color
Monochromatic Colors of #FC7F86
Black with #FC7F86
Text Example
Text Example
White with #FC7F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7F86; }
p { color: rgb(252,127,134); }
H1.HeaderClassName
{
color: #FC7F86;
}
.AnyTagClassName
{
color: #FC7F86;
}
</style>
background-color css
<style>
a { background-color: #FC7F86; }
a { background-color: rgb(252,127,134); }
div.DivClassName
{
background-color: #FC7F86;
}
.BgClassName
{
background-color: #FC7F86;
}
</style>
border-color css
<style>
span { border-color: #FC7F86; }
span { border-color: rgb(252,127,134); }
td.TdClassName
{
border-color: #FC7F86;
}
.TagClassName
{
border-color: #FC7F86;
}
</style>