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