Shades of Wewak #FC828F
Tints of Wewak #FC828F
RGB
CMYK
RGB Variations
Color information
#FC828F (or 0xFC828F) is known color: Wewak. HEX triplet: FC, 82 and 8F. RGB value is (252,130,143). Sum of RGB (Red+Green+Blue) = 252+130+143=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC828F is #037D70. Grayscale: #A8A8A8. Windows color (decimal): -228721 or 9405180. OLE color: 9405180.
HSL color Cylindrical-coordinate representation of color #FC828F: hue angle of 353.61º 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 #FC828F is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 143 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.01 |
| HSL | 353.61º | 0.95% | 0.75% | - |
| HSV(B) | 353.61º | 0.48% | 0.99% | - |
| XYZ | 53.09 | 38.64 | 30.65 | - |
| YUV | 167.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 143 | 0 | 0.48 | 0.43 | 0.01 | 353.61 | 0.95 | 0.75 |
| Hex | FC | 82 | 8F | 0 | 30 | 2B | 1 | 162 | 5F | 4B |
| Octal | 374 | 202 | 217 | 0 | 60 | 53 | 1 | 542 | 137 | 113 |
| Binary | 11111100 | 10000010 | 10001111 | 0 | 110000 | 101011 | 1 | 101100010 | 1011111 | 1001011 |
Color Harmonies of #FC828F
Complementary color
Monochromatic Colors of #FC828F
Black with #FC828F
Text Example
Text Example
White with #FC828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC828F; }
p { color: rgb(252,130,143); }
H1.HeaderClassName
{
color: #FC828F;
}
.AnyTagClassName
{
color: #FC828F;
}
</style>
background-color css
<style>
a { background-color: #FC828F; }
a { background-color: rgb(252,130,143); }
div.DivClassName
{
background-color: #FC828F;
}
.BgClassName
{
background-color: #FC828F;
}
</style>
border-color css
<style>
span { border-color: #FC828F; }
span { border-color: rgb(252,130,143); }
td.TdClassName
{
border-color: #FC828F;
}
.TagClassName
{
border-color: #FC828F;
}
</style>