Shades of Wewak #FC8F9C
Tints of Wewak #FC8F9C
RGB
CMYK
RGB Variations
Color information
#FC8F9C (or 0xFC8F9C) is known color: Wewak. HEX triplet: FC, 8F and 9C. RGB value is (252,143,156). Sum of RGB (Red+Green+Blue) = 252+143+156=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8F9C is #037063. Grayscale: #B1B1B1. Windows color (decimal): -225380 or 10260476. OLE color: 10260476.
HSL color Cylindrical-coordinate representation of color #FC8F9C: hue angle of 352.84º 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 #FC8F9C is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 156 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.01 |
| HSL | 352.84º | 0.95% | 0.77% | - |
| HSV(B) | 352.84º | 0.43% | 0.99% | - |
| XYZ | 55.97 | 42.74 | 36.75 | - |
| YUV | 177.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 156 | 0 | 0.43 | 0.38 | 0.01 | 352.84 | 0.95 | 0.77 |
| Hex | FC | 8F | 9C | 0 | 2B | 26 | 1 | 161 | 5F | 4D |
| Octal | 374 | 217 | 234 | 0 | 53 | 46 | 1 | 541 | 137 | 115 |
| Binary | 11111100 | 10001111 | 10011100 | 0 | 101011 | 100110 | 1 | 101100001 | 1011111 | 1001101 |
Color Harmonies of #FC8F9C
Complementary color
Monochromatic Colors of #FC8F9C
Black with #FC8F9C
Text Example
Text Example
White with #FC8F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F9C; }
p { color: rgb(252,143,156); }
H1.HeaderClassName
{
color: #FC8F9C;
}
.AnyTagClassName
{
color: #FC8F9C;
}
</style>
background-color css
<style>
a { background-color: #FC8F9C; }
a { background-color: rgb(252,143,156); }
div.DivClassName
{
background-color: #FC8F9C;
}
.BgClassName
{
background-color: #FC8F9C;
}
</style>
border-color css
<style>
span { border-color: #FC8F9C; }
span { border-color: rgb(252,143,156); }
td.TdClassName
{
border-color: #FC8F9C;
}
.TagClassName
{
border-color: #FC8F9C;
}
</style>