Shades of Wewak #FC898C
Tints of Wewak #FC898C
RGB
CMYK
RGB Variations
Color information
#FC898C (or 0xFC898C) is known color: Wewak. HEX triplet: FC, 89 and 8C. RGB value is (252,137,140). Sum of RGB (Red+Green+Blue) = 252+137+140=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC898C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC898C is #037673. Grayscale: #ABABAB. Windows color (decimal): -226932 or 9210364. OLE color: 9210364.
HSL color Cylindrical-coordinate representation of color #FC898C: hue angle of 358.43º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC898C is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 140 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.01 |
| HSL | 358.43º | 0.95% | 0.76% | - |
| HSV(B) | 358.43º | 0.46% | 0.99% | - |
| XYZ | 53.82 | 40.48 | 29.79 | - |
| YUV | 171.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 140 | 0 | 0.46 | 0.44 | 0.01 | 358.43 | 0.95 | 0.76 |
| Hex | FC | 89 | 8C | 0 | 2E | 2C | 1 | 166 | 5F | 4C |
| Octal | 374 | 211 | 214 | 0 | 56 | 54 | 1 | 546 | 137 | 114 |
| Binary | 11111100 | 10001001 | 10001100 | 0 | 101110 | 101100 | 1 | 101100110 | 1011111 | 1001100 |
Color Harmonies of #FC898C
Complementary color
Monochromatic Colors of #FC898C
Black with #FC898C
Text Example
Text Example
White with #FC898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC898C; }
p { color: rgb(252,137,140); }
H1.HeaderClassName
{
color: #FC898C;
}
.AnyTagClassName
{
color: #FC898C;
}
</style>
background-color css
<style>
a { background-color: #FC898C; }
a { background-color: rgb(252,137,140); }
div.DivClassName
{
background-color: #FC898C;
}
.BgClassName
{
background-color: #FC898C;
}
</style>
border-color css
<style>
span { border-color: #FC898C; }
span { border-color: rgb(252,137,140); }
td.TdClassName
{
border-color: #FC898C;
}
.TagClassName
{
border-color: #FC898C;
}
</style>