Shades of Wewak #FC828B
Tints of Wewak #FC828B
RGB
CMYK
RGB Variations
Color information
#FC828B (or 0xFC828B) is known color: Wewak. HEX triplet: FC, 82 and 8B. RGB value is (252,130,139). Sum of RGB (Red+Green+Blue) = 252+130+139=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC828B is #037D74. Grayscale: #A7A7A7. Windows color (decimal): -228725 or 9143036. OLE color: 9143036.
HSL color Cylindrical-coordinate representation of color #FC828B: hue angle of 355.57º 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 #FC828B is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 139 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.01 |
| HSL | 355.57º | 0.95% | 0.75% | - |
| HSV(B) | 355.57º | 0.48% | 0.99% | - |
| XYZ | 52.79 | 38.52 | 29.08 | - |
| YUV | 167.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 139 | 0 | 0.48 | 0.45 | 0.01 | 355.57 | 0.95 | 0.75 |
| Hex | FC | 82 | 8B | 0 | 30 | 2D | 1 | 164 | 5F | 4B |
| Octal | 374 | 202 | 213 | 0 | 60 | 55 | 1 | 544 | 137 | 113 |
| Binary | 11111100 | 10000010 | 10001011 | 0 | 110000 | 101101 | 1 | 101100100 | 1011111 | 1001011 |
Color Harmonies of #FC828B
Complementary color
Monochromatic Colors of #FC828B
Black with #FC828B
Text Example
Text Example
White with #FC828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC828B; }
p { color: rgb(252,130,139); }
H1.HeaderClassName
{
color: #FC828B;
}
.AnyTagClassName
{
color: #FC828B;
}
</style>
background-color css
<style>
a { background-color: #FC828B; }
a { background-color: rgb(252,130,139); }
div.DivClassName
{
background-color: #FC828B;
}
.BgClassName
{
background-color: #FC828B;
}
</style>
border-color css
<style>
span { border-color: #FC828B; }
span { border-color: rgb(252,130,139); }
td.TdClassName
{
border-color: #FC828B;
}
.TagClassName
{
border-color: #FC828B;
}
</style>