Shades of Wewak #FC8C91
Tints of Wewak #FC8C91
RGB
CMYK
RGB Variations
Color information
#FC8C91 (or 0xFC8C91) is known color: Wewak. HEX triplet: FC, 8C and 91. RGB value is (252,140,145). Sum of RGB (Red+Green+Blue) = 252+140+145=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C91 is #03736E. Grayscale: #AEAEAE. Windows color (decimal): -226159 or 9538812. OLE color: 9538812.
HSL color Cylindrical-coordinate representation of color #FC8C91: hue angle of 357.32º 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 #FC8C91 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 145 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.01 |
| HSL | 357.32º | 0.95% | 0.77% | - |
| HSV(B) | 357.32º | 0.44% | 0.99% | - |
| XYZ | 54.63 | 41.5 | 31.92 | - |
| YUV | 174.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 145 | 0 | 0.44 | 0.42 | 0.01 | 357.32 | 0.95 | 0.77 |
| Hex | FC | 8C | 91 | 0 | 2C | 2A | 1 | 165 | 5F | 4D |
| Octal | 374 | 214 | 221 | 0 | 54 | 52 | 1 | 545 | 137 | 115 |
| Binary | 11111100 | 10001100 | 10010001 | 0 | 101100 | 101010 | 1 | 101100101 | 1011111 | 1001101 |
Color Harmonies of #FC8C91
Complementary color
Monochromatic Colors of #FC8C91
Black with #FC8C91
Text Example
Text Example
White with #FC8C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C91; }
p { color: rgb(252,140,145); }
H1.HeaderClassName
{
color: #FC8C91;
}
.AnyTagClassName
{
color: #FC8C91;
}
</style>
background-color css
<style>
a { background-color: #FC8C91; }
a { background-color: rgb(252,140,145); }
div.DivClassName
{
background-color: #FC8C91;
}
.BgClassName
{
background-color: #FC8C91;
}
</style>
border-color css
<style>
span { border-color: #FC8C91; }
span { border-color: rgb(252,140,145); }
td.TdClassName
{
border-color: #FC8C91;
}
.TagClassName
{
border-color: #FC8C91;
}
</style>