Shades of Wewak #FC949D
Tints of Wewak #FC949D
RGB
CMYK
RGB Variations
Color information
#FC949D (or 0xFC949D) is known color: Wewak. HEX triplet: FC, 94 and 9D. RGB value is (252,148,157). Sum of RGB (Red+Green+Blue) = 252+148+157=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC949D is #036B62. Grayscale: #B4B4B4. Windows color (decimal): -224099 or 10327292. OLE color: 10327292.
HSL color Cylindrical-coordinate representation of color #FC949D: hue angle of 354.81º 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 #FC949D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 157 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.01 |
| HSL | 354.81º | 0.95% | 0.78% | - |
| HSV(B) | 354.81º | 0.41% | 0.99% | - |
| XYZ | 56.82 | 44.31 | 37.46 | - |
| YUV | 180.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 157 | 0 | 0.41 | 0.38 | 0.01 | 354.81 | 0.95 | 0.78 |
| Hex | FC | 94 | 9D | 0 | 29 | 26 | 1 | 163 | 5F | 4E |
| Octal | 374 | 224 | 235 | 0 | 51 | 46 | 1 | 543 | 137 | 116 |
| Binary | 11111100 | 10010100 | 10011101 | 0 | 101001 | 100110 | 1 | 101100011 | 1011111 | 1001110 |
Color Harmonies of #FC949D
Complementary color
Monochromatic Colors of #FC949D
Black with #FC949D
Text Example
Text Example
White with #FC949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC949D; }
p { color: rgb(252,148,157); }
H1.HeaderClassName
{
color: #FC949D;
}
.AnyTagClassName
{
color: #FC949D;
}
</style>
background-color css
<style>
a { background-color: #FC949D; }
a { background-color: rgb(252,148,157); }
div.DivClassName
{
background-color: #FC949D;
}
.BgClassName
{
background-color: #FC949D;
}
</style>
border-color css
<style>
span { border-color: #FC949D; }
span { border-color: rgb(252,148,157); }
td.TdClassName
{
border-color: #FC949D;
}
.TagClassName
{
border-color: #FC949D;
}
</style>