Shades of Wewak #FC8F90
Tints of Wewak #FC8F90
RGB
CMYK
RGB Variations
Color information
#FC8F90 (or 0xFC8F90) is known color: Wewak. HEX triplet: FC, 8F and 90. RGB value is (252,143,144). Sum of RGB (Red+Green+Blue) = 252+143+144=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8F90 is #03706F. Grayscale: #AFAFAF. Windows color (decimal): -225392 or 9474044. OLE color: 9474044.
HSL color Cylindrical-coordinate representation of color #FC8F90: hue angle of 359.45º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8F90 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 144 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.01 |
| HSL | 359.45º | 0.95% | 0.77% | - |
| HSV(B) | 359.45º | 0.43% | 0.99% | - |
| XYZ | 55 | 42.35 | 31.66 | - |
| YUV | 175.71 | 110.11 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 144 | 0 | 0.43 | 0.43 | 0.01 | 359.45 | 0.95 | 0.77 |
| Hex | FC | 8F | 90 | 0 | 2B | 2B | 1 | 167 | 5F | 4D |
| Octal | 374 | 217 | 220 | 0 | 53 | 53 | 1 | 547 | 137 | 115 |
| Binary | 11111100 | 10001111 | 10010000 | 0 | 101011 | 101011 | 1 | 101100111 | 1011111 | 1001101 |
Color Harmonies of #FC8F90
Complementary color
Monochromatic Colors of #FC8F90
Black with #FC8F90
Text Example
Text Example
White with #FC8F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F90; }
p { color: rgb(252,143,144); }
H1.HeaderClassName
{
color: #FC8F90;
}
.AnyTagClassName
{
color: #FC8F90;
}
</style>
background-color css
<style>
a { background-color: #FC8F90; }
a { background-color: rgb(252,143,144); }
div.DivClassName
{
background-color: #FC8F90;
}
.BgClassName
{
background-color: #FC8F90;
}
</style>
border-color css
<style>
span { border-color: #FC8F90; }
span { border-color: rgb(252,143,144); }
td.TdClassName
{
border-color: #FC8F90;
}
.TagClassName
{
border-color: #FC8F90;
}
</style>