Shades of Wewak #FC8295
Tints of Wewak #FC8295
RGB
CMYK
RGB Variations
Color information
#FC8295 (or 0xFC8295) is known color: Wewak. HEX triplet: FC, 82 and 95. RGB value is (252,130,149). Sum of RGB (Red+Green+Blue) = 252+130+149=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8295 is #037D6A. Grayscale: #A8A8A8. Windows color (decimal): -228715 or 9798396. OLE color: 9798396.
HSL color Cylindrical-coordinate representation of color #FC8295: hue angle of 350.66º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC8295 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 149 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.01 |
| HSL | 350.66º | 0.95% | 0.75% | - |
| HSV(B) | 350.66º | 0.48% | 0.99% | - |
| XYZ | 53.55 | 38.83 | 33.11 | - |
| YUV | 168.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 149 | 0 | 0.48 | 0.41 | 0.01 | 350.66 | 0.95 | 0.75 |
| Hex | FC | 82 | 95 | 0 | 30 | 29 | 1 | 15F | 5F | 4B |
| Octal | 374 | 202 | 225 | 0 | 60 | 51 | 1 | 537 | 137 | 113 |
| Binary | 11111100 | 10000010 | 10010101 | 0 | 110000 | 101001 | 1 | 101011111 | 1011111 | 1001011 |
Color Harmonies of #FC8295
Complementary color
Monochromatic Colors of #FC8295
Black with #FC8295
Text Example
Text Example
White with #FC8295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8295; }
p { color: rgb(252,130,149); }
H1.HeaderClassName
{
color: #FC8295;
}
.AnyTagClassName
{
color: #FC8295;
}
</style>
background-color css
<style>
a { background-color: #FC8295; }
a { background-color: rgb(252,130,149); }
div.DivClassName
{
background-color: #FC8295;
}
.BgClassName
{
background-color: #FC8295;
}
</style>
border-color css
<style>
span { border-color: #FC8295; }
span { border-color: rgb(252,130,149); }
td.TdClassName
{
border-color: #FC8295;
}
.TagClassName
{
border-color: #FC8295;
}
</style>