Shades of Wewak #FC98A3
Tints of Wewak #FC98A3
RGB
CMYK
RGB Variations
Color information
#FC98A3 (or 0xFC98A3) is known color: Wewak. HEX triplet: FC, 98 and A3. RGB value is (252,152,163). Sum of RGB (Red+Green+Blue) = 252+152+163=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 163 (64.06% from 255 or 28.75% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC98A3 is #03675C. Grayscale: #B7B7B7. Windows color (decimal): -223069 or 10721532. OLE color: 10721532.
HSL color Cylindrical-coordinate representation of color #FC98A3: hue angle of 353.4º 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 #FC98A3 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 163 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.01 |
| HSL | 353.4º | 0.94% | 0.79% | - |
| HSV(B) | 353.4º | 0.4% | 0.99% | - |
| XYZ | 57.98 | 45.8 | 40.43 | - |
| YUV | 183.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 163 | 0 | 0.40 | 0.35 | 0.01 | 353.4 | 0.94 | 0.79 |
| Hex | FC | 98 | A3 | 0 | 28 | 23 | 1 | 161 | 5E | 4F |
| Octal | 374 | 230 | 243 | 0 | 50 | 43 | 1 | 541 | 136 | 117 |
| Binary | 11111100 | 10011000 | 10100011 | 0 | 101000 | 100011 | 1 | 101100001 | 1011110 | 1001111 |
Color Harmonies of #FC98A3
Complementary color
Monochromatic Colors of #FC98A3
Black with #FC98A3
Text Example
Text Example
White with #FC98A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC98A3; }
p { color: rgb(252,152,163); }
H1.HeaderClassName
{
color: #FC98A3;
}
.AnyTagClassName
{
color: #FC98A3;
}
</style>
background-color css
<style>
a { background-color: #FC98A3; }
a { background-color: rgb(252,152,163); }
div.DivClassName
{
background-color: #FC98A3;
}
.BgClassName
{
background-color: #FC98A3;
}
</style>
border-color css
<style>
span { border-color: #FC98A3; }
span { border-color: rgb(252,152,163); }
td.TdClassName
{
border-color: #FC98A3;
}
.TagClassName
{
border-color: #FC98A3;
}
</style>