Shades of Wewak #FC8B97
Tints of Wewak #FC8B97
RGB
CMYK
RGB Variations
Color information
#FC8B97 (or 0xFC8B97) is known color: Wewak. HEX triplet: FC, 8B and 97. RGB value is (252,139,151). Sum of RGB (Red+Green+Blue) = 252+139+151=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8B97 is #037468. Grayscale: #AEAEAE. Windows color (decimal): -226409 or 9931772. OLE color: 9931772.
HSL color Cylindrical-coordinate representation of color #FC8B97: hue angle of 353.63º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8B97 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 151 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.01 |
| HSL | 353.63º | 0.95% | 0.77% | - |
| HSV(B) | 353.63º | 0.45% | 0.99% | - |
| XYZ | 54.96 | 41.4 | 34.37 | - |
| YUV | 174.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 151 | 0 | 0.45 | 0.40 | 0.01 | 353.63 | 0.95 | 0.77 |
| Hex | FC | 8B | 97 | 0 | 2D | 28 | 1 | 162 | 5F | 4D |
| Octal | 374 | 213 | 227 | 0 | 55 | 50 | 1 | 542 | 137 | 115 |
| Binary | 11111100 | 10001011 | 10010111 | 0 | 101101 | 101000 | 1 | 101100010 | 1011111 | 1001101 |
Color Harmonies of #FC8B97
Complementary color
Monochromatic Colors of #FC8B97
Black with #FC8B97
Text Example
Text Example
White with #FC8B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8B97; }
p { color: rgb(252,139,151); }
H1.HeaderClassName
{
color: #FC8B97;
}
.AnyTagClassName
{
color: #FC8B97;
}
</style>
background-color css
<style>
a { background-color: #FC8B97; }
a { background-color: rgb(252,139,151); }
div.DivClassName
{
background-color: #FC8B97;
}
.BgClassName
{
background-color: #FC8B97;
}
</style>
border-color css
<style>
span { border-color: #FC8B97; }
span { border-color: rgb(252,139,151); }
td.TdClassName
{
border-color: #FC8B97;
}
.TagClassName
{
border-color: #FC8B97;
}
</style>