Shades of Wewak #FC8D93
Tints of Wewak #FC8D93
RGB
CMYK
RGB Variations
Color information
#FC8D93 (or 0xFC8D93) is known color: Wewak. HEX triplet: FC, 8D and 93. RGB value is (252,141,147). Sum of RGB (Red+Green+Blue) = 252+141+147=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8D93 is #03726C. Grayscale: #AEAEAE. Windows color (decimal): -225901 or 9670140. OLE color: 9670140.
HSL color Cylindrical-coordinate representation of color #FC8D93: hue angle of 356.76º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8D93 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 147 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.01 |
| HSL | 356.76º | 0.95% | 0.77% | - |
| HSV(B) | 356.76º | 0.44% | 0.99% | - |
| XYZ | 54.94 | 41.85 | 32.79 | - |
| YUV | 174.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 147 | 0 | 0.44 | 0.42 | 0.01 | 356.76 | 0.95 | 0.77 |
| Hex | FC | 8D | 93 | 0 | 2C | 2A | 1 | 165 | 5F | 4D |
| Octal | 374 | 215 | 223 | 0 | 54 | 52 | 1 | 545 | 137 | 115 |
| Binary | 11111100 | 10001101 | 10010011 | 0 | 101100 | 101010 | 1 | 101100101 | 1011111 | 1001101 |
Color Harmonies of #FC8D93
Complementary color
Monochromatic Colors of #FC8D93
Black with #FC8D93
Text Example
Text Example
White with #FC8D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D93; }
p { color: rgb(252,141,147); }
H1.HeaderClassName
{
color: #FC8D93;
}
.AnyTagClassName
{
color: #FC8D93;
}
</style>
background-color css
<style>
a { background-color: #FC8D93; }
a { background-color: rgb(252,141,147); }
div.DivClassName
{
background-color: #FC8D93;
}
.BgClassName
{
background-color: #FC8D93;
}
</style>
border-color css
<style>
span { border-color: #FC8D93; }
span { border-color: rgb(252,141,147); }
td.TdClassName
{
border-color: #FC8D93;
}
.TagClassName
{
border-color: #FC8D93;
}
</style>