Shades of Wewak #FC9BA1
Tints of Wewak #FC9BA1
RGB
CMYK
RGB Variations
Color information
#FC9BA1 (or 0xFC9BA1) is known color: Wewak. HEX triplet: FC, 9B and A1. RGB value is (252,155,161). Sum of RGB (Red+Green+Blue) = 252+155+161=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9BA1 is #03645E. Grayscale: #B8B8B8. Windows color (decimal): -222303 or 10591228. OLE color: 10591228.
HSL color Cylindrical-coordinate representation of color #FC9BA1: hue angle of 356.29º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9BA1 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 155 | 161 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.01 |
| HSL | 356.29º | 0.94% | 0.8% | - |
| HSV(B) | 356.29º | 0.38% | 0.99% | - |
| XYZ | 58.3 | 46.71 | 39.66 | - |
| YUV | 184.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 161 | 0 | 0.38 | 0.36 | 0.01 | 356.29 | 0.94 | 0.8 |
| Hex | FC | 9B | A1 | 0 | 26 | 24 | 1 | 164 | 5E | 50 |
| Octal | 374 | 233 | 241 | 0 | 46 | 44 | 1 | 544 | 136 | 120 |
| Binary | 11111100 | 10011011 | 10100001 | 0 | 100110 | 100100 | 1 | 101100100 | 1011110 | 1010000 |
Color Harmonies of #FC9BA1
Complementary color
Monochromatic Colors of #FC9BA1
Black with #FC9BA1
Text Example
Text Example
White with #FC9BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9BA1; }
p { color: rgb(252,155,161); }
H1.HeaderClassName
{
color: #FC9BA1;
}
.AnyTagClassName
{
color: #FC9BA1;
}
</style>
background-color css
<style>
a { background-color: #FC9BA1; }
a { background-color: rgb(252,155,161); }
div.DivClassName
{
background-color: #FC9BA1;
}
.BgClassName
{
background-color: #FC9BA1;
}
</style>
border-color css
<style>
span { border-color: #FC9BA1; }
span { border-color: rgb(252,155,161); }
td.TdClassName
{
border-color: #FC9BA1;
}
.TagClassName
{
border-color: #FC9BA1;
}
</style>