Shades of Wewak #FC959A
Tints of Wewak #FC959A
RGB
CMYK
RGB Variations
Color information
#FC959A (or 0xFC959A) is known color: Wewak. HEX triplet: FC, 95 and 9A. RGB value is (252,149,154). Sum of RGB (Red+Green+Blue) = 252+149+154=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC959A is #036A65. Grayscale: #B4B4B4. Windows color (decimal): -223846 or 10130940. OLE color: 10130940.
HSL color Cylindrical-coordinate representation of color #FC959A: hue angle of 357.09º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC959A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 149 | 154 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.01 |
| HSL | 357.09º | 0.94% | 0.79% | - |
| HSV(B) | 357.09º | 0.41% | 0.99% | - |
| XYZ | 56.73 | 44.52 | 36.18 | - |
| YUV | 180.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 149 | 154 | 0 | 0.41 | 0.39 | 0.01 | 357.09 | 0.94 | 0.79 |
| Hex | FC | 95 | 9A | 0 | 29 | 27 | 1 | 165 | 5E | 4F |
| Octal | 374 | 225 | 232 | 0 | 51 | 47 | 1 | 545 | 136 | 117 |
| Binary | 11111100 | 10010101 | 10011010 | 0 | 101001 | 100111 | 1 | 101100101 | 1011110 | 1001111 |
Color Harmonies of #FC959A
Complementary color
Monochromatic Colors of #FC959A
Black with #FC959A
Text Example
Text Example
White with #FC959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC959A; }
p { color: rgb(252,149,154); }
H1.HeaderClassName
{
color: #FC959A;
}
.AnyTagClassName
{
color: #FC959A;
}
</style>
background-color css
<style>
a { background-color: #FC959A; }
a { background-color: rgb(252,149,154); }
div.DivClassName
{
background-color: #FC959A;
}
.BgClassName
{
background-color: #FC959A;
}
</style>
border-color css
<style>
span { border-color: #FC959A; }
span { border-color: rgb(252,149,154); }
td.TdClassName
{
border-color: #FC959A;
}
.TagClassName
{
border-color: #FC959A;
}
</style>