Shades of Wewak #FC8C8D
Tints of Wewak #FC8C8D
RGB
CMYK
RGB Variations
Color information
#FC8C8D (or 0xFC8C8D) is known color: Wewak. HEX triplet: FC, 8C and 8D. RGB value is (252,140,141). Sum of RGB (Red+Green+Blue) = 252+140+141=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C8D is #037372. Grayscale: #ADADAD. Windows color (decimal): -226163 or 9276668. OLE color: 9276668.
HSL color Cylindrical-coordinate representation of color #FC8C8D: hue angle of 359.46º 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 #FC8C8D is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 141 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.01 |
| HSL | 359.46º | 0.95% | 0.77% | - |
| HSV(B) | 359.46º | 0.44% | 0.99% | - |
| XYZ | 54.33 | 41.37 | 30.32 | - |
| YUV | 173.6 | 109.61 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 141 | 0 | 0.44 | 0.44 | 0.01 | 359.46 | 0.95 | 0.77 |
| Hex | FC | 8C | 8D | 0 | 2C | 2C | 1 | 167 | 5F | 4D |
| Octal | 374 | 214 | 215 | 0 | 54 | 54 | 1 | 547 | 137 | 115 |
| Binary | 11111100 | 10001100 | 10001101 | 0 | 101100 | 101100 | 1 | 101100111 | 1011111 | 1001101 |
Color Harmonies of #FC8C8D
Complementary color
Monochromatic Colors of #FC8C8D
Black with #FC8C8D
Text Example
Text Example
White with #FC8C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C8D; }
p { color: rgb(252,140,141); }
H1.HeaderClassName
{
color: #FC8C8D;
}
.AnyTagClassName
{
color: #FC8C8D;
}
</style>
background-color css
<style>
a { background-color: #FC8C8D; }
a { background-color: rgb(252,140,141); }
div.DivClassName
{
background-color: #FC8C8D;
}
.BgClassName
{
background-color: #FC8C8D;
}
</style>
border-color css
<style>
span { border-color: #FC8C8D; }
span { border-color: rgb(252,140,141); }
td.TdClassName
{
border-color: #FC8C8D;
}
.TagClassName
{
border-color: #FC8C8D;
}
</style>