Shades of Wewak #FC949F
Tints of Wewak #FC949F
RGB
CMYK
RGB Variations
Color information
#FC949F (or 0xFC949F) is known color: Wewak. HEX triplet: FC, 94 and 9F. RGB value is (252,148,159). Sum of RGB (Red+Green+Blue) = 252+148+159=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC949F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC949F is #036B60. Grayscale: #B4B4B4. Windows color (decimal): -224097 or 10458364. OLE color: 10458364.
HSL color Cylindrical-coordinate representation of color #FC949F: hue angle of 353.65º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC949F is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 159 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.01 |
| HSL | 353.65º | 0.95% | 0.78% | - |
| HSV(B) | 353.65º | 0.41% | 0.99% | - |
| XYZ | 56.99 | 44.38 | 38.36 | - |
| YUV | 180.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 159 | 0 | 0.41 | 0.37 | 0.01 | 353.65 | 0.95 | 0.78 |
| Hex | FC | 94 | 9F | 0 | 29 | 25 | 1 | 162 | 5F | 4E |
| Octal | 374 | 224 | 237 | 0 | 51 | 45 | 1 | 542 | 137 | 116 |
| Binary | 11111100 | 10010100 | 10011111 | 0 | 101001 | 100101 | 1 | 101100010 | 1011111 | 1001110 |
Color Harmonies of #FC949F
Complementary color
Monochromatic Colors of #FC949F
Black with #FC949F
Text Example
Text Example
White with #FC949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC949F; }
p { color: rgb(252,148,159); }
H1.HeaderClassName
{
color: #FC949F;
}
.AnyTagClassName
{
color: #FC949F;
}
</style>
background-color css
<style>
a { background-color: #FC949F; }
a { background-color: rgb(252,148,159); }
div.DivClassName
{
background-color: #FC949F;
}
.BgClassName
{
background-color: #FC949F;
}
</style>
border-color css
<style>
span { border-color: #FC949F; }
span { border-color: rgb(252,148,159); }
td.TdClassName
{
border-color: #FC949F;
}
.TagClassName
{
border-color: #FC949F;
}
</style>