Shades of Wewak #FC8FA1
Tints of Wewak #FC8FA1
RGB
CMYK
RGB Variations
Color information
#FC8FA1 (or 0xFC8FA1) is known color: Wewak. HEX triplet: FC, 8F and A1. RGB value is (252,143,161). Sum of RGB (Red+Green+Blue) = 252+143+161=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8FA1 is #03705E. Grayscale: #B1B1B1. Windows color (decimal): -225375 or 10588156. OLE color: 10588156.
HSL color Cylindrical-coordinate representation of color #FC8FA1: hue angle of 350.09º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FA1 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 161 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.01 |
| HSL | 350.09º | 0.95% | 0.77% | - |
| HSV(B) | 350.09º | 0.43% | 0.99% | - |
| XYZ | 56.4 | 42.91 | 39.03 | - |
| YUV | 177.64 | 118.61 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 161 | 0 | 0.43 | 0.36 | 0.01 | 350.09 | 0.95 | 0.77 |
| Hex | FC | 8F | A1 | 0 | 2B | 24 | 1 | 15E | 5F | 4D |
| Octal | 374 | 217 | 241 | 0 | 53 | 44 | 1 | 536 | 137 | 115 |
| Binary | 11111100 | 10001111 | 10100001 | 0 | 101011 | 100100 | 1 | 101011110 | 1011111 | 1001101 |
Color Harmonies of #FC8FA1
Complementary color
Monochromatic Colors of #FC8FA1
Black with #FC8FA1
Text Example
Text Example
White with #FC8FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FA1; }
p { color: rgb(252,143,161); }
H1.HeaderClassName
{
color: #FC8FA1;
}
.AnyTagClassName
{
color: #FC8FA1;
}
</style>
background-color css
<style>
a { background-color: #FC8FA1; }
a { background-color: rgb(252,143,161); }
div.DivClassName
{
background-color: #FC8FA1;
}
.BgClassName
{
background-color: #FC8FA1;
}
</style>
border-color css
<style>
span { border-color: #FC8FA1; }
span { border-color: rgb(252,143,161); }
td.TdClassName
{
border-color: #FC8FA1;
}
.TagClassName
{
border-color: #FC8FA1;
}
</style>