Shades of Wewak #FC9098
Tints of Wewak #FC9098
RGB
CMYK
RGB Variations
Color information
#FC9098 (or 0xFC9098) is known color: Wewak. HEX triplet: FC, 90 and 98. RGB value is (252,144,152). Sum of RGB (Red+Green+Blue) = 252+144+152=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9098 is #036F67. Grayscale: #B1B1B1. Windows color (decimal): -225128 or 9998588. OLE color: 9998588.
HSL color Cylindrical-coordinate representation of color #FC9098: hue angle of 355.56º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC9098 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 152 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.01 |
| HSL | 355.56º | 0.95% | 0.78% | - |
| HSV(B) | 355.56º | 0.43% | 0.99% | - |
| XYZ | 55.79 | 42.91 | 35.05 | - |
| YUV | 177.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 152 | 0 | 0.43 | 0.40 | 0.01 | 355.56 | 0.95 | 0.78 |
| Hex | FC | 90 | 98 | 0 | 2B | 28 | 1 | 164 | 5F | 4E |
| Octal | 374 | 220 | 230 | 0 | 53 | 50 | 1 | 544 | 137 | 116 |
| Binary | 11111100 | 10010000 | 10011000 | 0 | 101011 | 101000 | 1 | 101100100 | 1011111 | 1001110 |
Color Harmonies of #FC9098
Complementary color
Monochromatic Colors of #FC9098
Black with #FC9098
Text Example
Text Example
White with #FC9098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9098; }
p { color: rgb(252,144,152); }
H1.HeaderClassName
{
color: #FC9098;
}
.AnyTagClassName
{
color: #FC9098;
}
</style>
background-color css
<style>
a { background-color: #FC9098; }
a { background-color: rgb(252,144,152); }
div.DivClassName
{
background-color: #FC9098;
}
.BgClassName
{
background-color: #FC9098;
}
</style>
border-color css
<style>
span { border-color: #FC9098; }
span { border-color: rgb(252,144,152); }
td.TdClassName
{
border-color: #FC9098;
}
.TagClassName
{
border-color: #FC9098;
}
</style>