Shades of Wewak #FC949C
Tints of Wewak #FC949C
RGB
CMYK
RGB Variations
Color information
#FC949C (or 0xFC949C) is known color: Wewak. HEX triplet: FC, 94 and 9C. RGB value is (252,148,156). Sum of RGB (Red+Green+Blue) = 252+148+156=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC949C is #036B63. Grayscale: #B4B4B4. Windows color (decimal): -224100 or 10261756. OLE color: 10261756.
HSL color Cylindrical-coordinate representation of color #FC949C: hue angle of 355.38º 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 #FC949C is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 156 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.01 |
| HSL | 355.38º | 0.95% | 0.78% | - |
| HSV(B) | 355.38º | 0.41% | 0.99% | - |
| XYZ | 56.74 | 44.28 | 37.01 | - |
| YUV | 180.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 156 | 0 | 0.41 | 0.38 | 0.01 | 355.38 | 0.95 | 0.78 |
| Hex | FC | 94 | 9C | 0 | 29 | 26 | 1 | 163 | 5F | 4E |
| Octal | 374 | 224 | 234 | 0 | 51 | 46 | 1 | 543 | 137 | 116 |
| Binary | 11111100 | 10010100 | 10011100 | 0 | 101001 | 100110 | 1 | 101100011 | 1011111 | 1001110 |
Color Harmonies of #FC949C
Complementary color
Monochromatic Colors of #FC949C
Black with #FC949C
Text Example
Text Example
White with #FC949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC949C; }
p { color: rgb(252,148,156); }
H1.HeaderClassName
{
color: #FC949C;
}
.AnyTagClassName
{
color: #FC949C;
}
</style>
background-color css
<style>
a { background-color: #FC949C; }
a { background-color: rgb(252,148,156); }
div.DivClassName
{
background-color: #FC949C;
}
.BgClassName
{
background-color: #FC949C;
}
</style>
border-color css
<style>
span { border-color: #FC949C; }
span { border-color: rgb(252,148,156); }
td.TdClassName
{
border-color: #FC949C;
}
.TagClassName
{
border-color: #FC949C;
}
</style>