Shades of Wewak #FC8192
Tints of Wewak #FC8192
RGB
CMYK
RGB Variations
Color information
#FC8192 (or 0xFC8192) is known color: Wewak. HEX triplet: FC, 81 and 92. RGB value is (252,129,146). Sum of RGB (Red+Green+Blue) = 252+129+146=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8192 is #037E6D. Grayscale: #A7A7A7. Windows color (decimal): -228974 or 9601532. OLE color: 9601532.
HSL color Cylindrical-coordinate representation of color #FC8192: hue angle of 351.71º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC8192 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 146 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.01 |
| HSL | 351.71º | 0.95% | 0.75% | - |
| HSV(B) | 351.71º | 0.49% | 0.99% | - |
| XYZ | 53.18 | 38.47 | 31.82 | - |
| YUV | 167.72 | 115.75 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 146 | 0 | 0.49 | 0.42 | 0.01 | 351.71 | 0.95 | 0.75 |
| Hex | FC | 81 | 92 | 0 | 31 | 2A | 1 | 160 | 5F | 4B |
| Octal | 374 | 201 | 222 | 0 | 61 | 52 | 1 | 540 | 137 | 113 |
| Binary | 11111100 | 10000001 | 10010010 | 0 | 110001 | 101010 | 1 | 101100000 | 1011111 | 1001011 |
Color Harmonies of #FC8192
Complementary color
Monochromatic Colors of #FC8192
Black with #FC8192
Text Example
Text Example
White with #FC8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8192; }
p { color: rgb(252,129,146); }
H1.HeaderClassName
{
color: #FC8192;
}
.AnyTagClassName
{
color: #FC8192;
}
</style>
background-color css
<style>
a { background-color: #FC8192; }
a { background-color: rgb(252,129,146); }
div.DivClassName
{
background-color: #FC8192;
}
.BgClassName
{
background-color: #FC8192;
}
</style>
border-color css
<style>
span { border-color: #FC8192; }
span { border-color: rgb(252,129,146); }
td.TdClassName
{
border-color: #FC8192;
}
.TagClassName
{
border-color: #FC8192;
}
</style>