Shades of Wewak #FC9BA4
Tints of Wewak #FC9BA4
RGB
CMYK
RGB Variations
Color information
#FC9BA4 (or 0xFC9BA4) is known color: Wewak. HEX triplet: FC, 9B and A4. RGB value is (252,155,164). Sum of RGB (Red+Green+Blue) = 252+155+164=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9BA4 is #03645B. Grayscale: #B9B9B9. Windows color (decimal): -222300 or 10787836. OLE color: 10787836.
HSL color Cylindrical-coordinate representation of color #FC9BA4: hue angle of 354.43º 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 #FC9BA4 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 155 | 164 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.01 |
| HSL | 354.43º | 0.94% | 0.8% | - |
| HSV(B) | 354.43º | 0.38% | 0.99% | - |
| XYZ | 58.57 | 46.82 | 41.07 | - |
| YUV | 185.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 164 | 0 | 0.38 | 0.35 | 0.01 | 354.43 | 0.94 | 0.8 |
| Hex | FC | 9B | A4 | 0 | 26 | 23 | 1 | 162 | 5E | 50 |
| Octal | 374 | 233 | 244 | 0 | 46 | 43 | 1 | 542 | 136 | 120 |
| Binary | 11111100 | 10011011 | 10100100 | 0 | 100110 | 100011 | 1 | 101100010 | 1011110 | 1010000 |
Color Harmonies of #FC9BA4
Complementary color
Monochromatic Colors of #FC9BA4
Black with #FC9BA4
Text Example
Text Example
White with #FC9BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9BA4; }
p { color: rgb(252,155,164); }
H1.HeaderClassName
{
color: #FC9BA4;
}
.AnyTagClassName
{
color: #FC9BA4;
}
</style>
background-color css
<style>
a { background-color: #FC9BA4; }
a { background-color: rgb(252,155,164); }
div.DivClassName
{
background-color: #FC9BA4;
}
.BgClassName
{
background-color: #FC9BA4;
}
</style>
border-color css
<style>
span { border-color: #FC9BA4; }
span { border-color: rgb(252,155,164); }
td.TdClassName
{
border-color: #FC9BA4;
}
.TagClassName
{
border-color: #FC9BA4;
}
</style>