Shades of Wewak #FC949B
Tints of Wewak #FC949B
RGB
CMYK
RGB Variations
Color information
#FC949B (or 0xFC949B) is known color: Wewak. HEX triplet: FC, 94 and 9B. RGB value is (252,148,155). Sum of RGB (Red+Green+Blue) = 252+148+155=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC949B is #036B64. Grayscale: #B3B3B3. Windows color (decimal): -224101 or 10196220. OLE color: 10196220.
HSL color Cylindrical-coordinate representation of color #FC949B: hue angle of 355.96º 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 #FC949B is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 155 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.01 |
| HSL | 355.96º | 0.95% | 0.78% | - |
| HSV(B) | 355.96º | 0.41% | 0.99% | - |
| XYZ | 56.65 | 44.24 | 36.56 | - |
| YUV | 179.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 155 | 0 | 0.41 | 0.38 | 0.01 | 355.96 | 0.95 | 0.78 |
| Hex | FC | 94 | 9B | 0 | 29 | 26 | 1 | 164 | 5F | 4E |
| Octal | 374 | 224 | 233 | 0 | 51 | 46 | 1 | 544 | 137 | 116 |
| Binary | 11111100 | 10010100 | 10011011 | 0 | 101001 | 100110 | 1 | 101100100 | 1011111 | 1001110 |
Color Harmonies of #FC949B
Complementary color
Monochromatic Colors of #FC949B
Black with #FC949B
Text Example
Text Example
White with #FC949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC949B; }
p { color: rgb(252,148,155); }
H1.HeaderClassName
{
color: #FC949B;
}
.AnyTagClassName
{
color: #FC949B;
}
</style>
background-color css
<style>
a { background-color: #FC949B; }
a { background-color: rgb(252,148,155); }
div.DivClassName
{
background-color: #FC949B;
}
.BgClassName
{
background-color: #FC949B;
}
</style>
border-color css
<style>
span { border-color: #FC949B; }
span { border-color: rgb(252,148,155); }
td.TdClassName
{
border-color: #FC949B;
}
.TagClassName
{
border-color: #FC949B;
}
</style>