Shades of Wewak #FC949E
Tints of Wewak #FC949E
RGB
CMYK
RGB Variations
Color information
#FC949E (or 0xFC949E) is known color: Wewak. HEX triplet: FC, 94 and 9E. RGB value is (252,148,158). Sum of RGB (Red+Green+Blue) = 252+148+158=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC949E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC949E is #036B61. Grayscale: #B4B4B4. Windows color (decimal): -224098 or 10392828. OLE color: 10392828.
HSL color Cylindrical-coordinate representation of color #FC949E: hue angle of 354.23º 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 #FC949E is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 158 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.01 |
| HSL | 354.23º | 0.95% | 0.78% | - |
| HSV(B) | 354.23º | 0.41% | 0.99% | - |
| XYZ | 56.91 | 44.34 | 37.91 | - |
| YUV | 180.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 158 | 0 | 0.41 | 0.37 | 0.01 | 354.23 | 0.95 | 0.78 |
| Hex | FC | 94 | 9E | 0 | 29 | 25 | 1 | 162 | 5F | 4E |
| Octal | 374 | 224 | 236 | 0 | 51 | 45 | 1 | 542 | 137 | 116 |
| Binary | 11111100 | 10010100 | 10011110 | 0 | 101001 | 100101 | 1 | 101100010 | 1011111 | 1001110 |
Color Harmonies of #FC949E
Complementary color
Monochromatic Colors of #FC949E
Black with #FC949E
Text Example
Text Example
White with #FC949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC949E; }
p { color: rgb(252,148,158); }
H1.HeaderClassName
{
color: #FC949E;
}
.AnyTagClassName
{
color: #FC949E;
}
</style>
background-color css
<style>
a { background-color: #FC949E; }
a { background-color: rgb(252,148,158); }
div.DivClassName
{
background-color: #FC949E;
}
.BgClassName
{
background-color: #FC949E;
}
</style>
border-color css
<style>
span { border-color: #FC949E; }
span { border-color: rgb(252,148,158); }
td.TdClassName
{
border-color: #FC949E;
}
.TagClassName
{
border-color: #FC949E;
}
</style>