Shades of Wewak #FC98A0
Tints of Wewak #FC98A0
RGB
CMYK
RGB Variations
Color information
#FC98A0 (or 0xFC98A0) is known color: Wewak. HEX triplet: FC, 98 and A0. RGB value is (252,152,160). Sum of RGB (Red+Green+Blue) = 252+152+160=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC98A0 is #03675F. Grayscale: #B6B6B6. Windows color (decimal): -223072 or 10524924. OLE color: 10524924.
HSL color Cylindrical-coordinate representation of color #FC98A0: hue angle of 355.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC98A0 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 160 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.01 |
| HSL | 355.2º | 0.94% | 0.79% | - |
| HSV(B) | 355.2º | 0.4% | 0.99% | - |
| XYZ | 57.72 | 45.69 | 39.03 | - |
| YUV | 182.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 160 | 0 | 0.40 | 0.37 | 0.01 | 355.2 | 0.94 | 0.79 |
| Hex | FC | 98 | A0 | 0 | 28 | 25 | 1 | 163 | 5E | 4F |
| Octal | 374 | 230 | 240 | 0 | 50 | 45 | 1 | 543 | 136 | 117 |
| Binary | 11111100 | 10011000 | 10100000 | 0 | 101000 | 100101 | 1 | 101100011 | 1011110 | 1001111 |
Color Harmonies of #FC98A0
Complementary color
Monochromatic Colors of #FC98A0
Black with #FC98A0
Text Example
Text Example
White with #FC98A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC98A0; }
p { color: rgb(252,152,160); }
H1.HeaderClassName
{
color: #FC98A0;
}
.AnyTagClassName
{
color: #FC98A0;
}
</style>
background-color css
<style>
a { background-color: #FC98A0; }
a { background-color: rgb(252,152,160); }
div.DivClassName
{
background-color: #FC98A0;
}
.BgClassName
{
background-color: #FC98A0;
}
</style>
border-color css
<style>
span { border-color: #FC98A0; }
span { border-color: rgb(252,152,160); }
td.TdClassName
{
border-color: #FC98A0;
}
.TagClassName
{
border-color: #FC98A0;
}
</style>