Shades of Wewak #FC8D8F
Tints of Wewak #FC8D8F
RGB
CMYK
RGB Variations
Color information
#FC8D8F (or 0xFC8D8F) is known color: Wewak. HEX triplet: FC, 8D and 8F. RGB value is (252,141,143). Sum of RGB (Red+Green+Blue) = 252+141+143=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8D8F is #037270. Grayscale: #AEAEAE. Windows color (decimal): -225905 or 9407996. OLE color: 9407996.
HSL color Cylindrical-coordinate representation of color #FC8D8F: hue angle of 358.92º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8D8F is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 143 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.01 |
| HSL | 358.92º | 0.95% | 0.77% | - |
| HSV(B) | 358.92º | 0.44% | 0.99% | - |
| XYZ | 54.63 | 41.73 | 31.16 | - |
| YUV | 174.42 | 110.27 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 143 | 0 | 0.44 | 0.43 | 0.01 | 358.92 | 0.95 | 0.77 |
| Hex | FC | 8D | 8F | 0 | 2C | 2B | 1 | 167 | 5F | 4D |
| Octal | 374 | 215 | 217 | 0 | 54 | 53 | 1 | 547 | 137 | 115 |
| Binary | 11111100 | 10001101 | 10001111 | 0 | 101100 | 101011 | 1 | 101100111 | 1011111 | 1001101 |
Color Harmonies of #FC8D8F
Complementary color
Monochromatic Colors of #FC8D8F
Black with #FC8D8F
Text Example
Text Example
White with #FC8D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D8F; }
p { color: rgb(252,141,143); }
H1.HeaderClassName
{
color: #FC8D8F;
}
.AnyTagClassName
{
color: #FC8D8F;
}
</style>
background-color css
<style>
a { background-color: #FC8D8F; }
a { background-color: rgb(252,141,143); }
div.DivClassName
{
background-color: #FC8D8F;
}
.BgClassName
{
background-color: #FC8D8F;
}
</style>
border-color css
<style>
span { border-color: #FC8D8F; }
span { border-color: rgb(252,141,143); }
td.TdClassName
{
border-color: #FC8D8F;
}
.TagClassName
{
border-color: #FC8D8F;
}
</style>