Shades of Wewak #FD828B
Tints of Wewak #FD828B
RGB
CMYK
RGB Variations
Color information
#FD828B (or 0xFD828B) is known color: Wewak. HEX triplet: FD, 82 and 8B. RGB value is (253,130,139). Sum of RGB (Red+Green+Blue) = 253+130+139=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD828B is #027D74. Grayscale: #A7A7A7. Windows color (decimal): -163189 or 9143037. OLE color: 9143037.
HSL color Cylindrical-coordinate representation of color #FD828B: hue angle of 355.61º degrees, saturation: 0.97, 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 #FD828B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 139 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.01 |
| HSL | 355.61º | 0.97% | 0.75% | - |
| HSV(B) | 355.61º | 0.49% | 0.99% | - |
| XYZ | 53.15 | 38.71 | 29.1 | - |
| YUV | 167.8 | 111.75 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 139 | 0 | 0.49 | 0.45 | 0.01 | 355.61 | 0.97 | 0.75 |
| Hex | FD | 82 | 8B | 0 | 31 | 2D | 1 | 164 | 61 | 4B |
| Octal | 375 | 202 | 213 | 0 | 61 | 55 | 1 | 544 | 141 | 113 |
| Binary | 11111101 | 10000010 | 10001011 | 0 | 110001 | 101101 | 1 | 101100100 | 1100001 | 1001011 |
Color Harmonies of #FD828B
Complementary color
Monochromatic Colors of #FD828B
Black with #FD828B
Text Example
Text Example
White with #FD828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD828B; }
p { color: rgb(253,130,139); }
H1.HeaderClassName
{
color: #FD828B;
}
.AnyTagClassName
{
color: #FD828B;
}
</style>
background-color css
<style>
a { background-color: #FD828B; }
a { background-color: rgb(253,130,139); }
div.DivClassName
{
background-color: #FD828B;
}
.BgClassName
{
background-color: #FD828B;
}
</style>
border-color css
<style>
span { border-color: #FD828B; }
span { border-color: rgb(253,130,139); }
td.TdClassName
{
border-color: #FD828B;
}
.TagClassName
{
border-color: #FD828B;
}
</style>