Shades of Wewak #FD828E
Tints of Wewak #FD828E
RGB
CMYK
RGB Variations
Color information
#FD828E (or 0xFD828E) is known color: Wewak. HEX triplet: FD, 82 and 8E. RGB value is (253,130,142). Sum of RGB (Red+Green+Blue) = 253+130+142=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FD828E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD828E is #027D71. Grayscale: #A8A8A8. Windows color (decimal): -163186 or 9339645. OLE color: 9339645.
HSL color Cylindrical-coordinate representation of color #FD828E: hue angle of 354.15º 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 #FD828E is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 142 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.01 |
| HSL | 354.15º | 0.97% | 0.75% | - |
| HSV(B) | 354.15º | 0.49% | 0.99% | - |
| XYZ | 53.37 | 38.8 | 30.27 | - |
| YUV | 168.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 142 | 0 | 0.49 | 0.44 | 0.01 | 354.15 | 0.97 | 0.75 |
| Hex | FD | 82 | 8E | 0 | 31 | 2C | 1 | 162 | 61 | 4B |
| Octal | 375 | 202 | 216 | 0 | 61 | 54 | 1 | 542 | 141 | 113 |
| Binary | 11111101 | 10000010 | 10001110 | 0 | 110001 | 101100 | 1 | 101100010 | 1100001 | 1001011 |
Color Harmonies of #FD828E
Complementary color
Monochromatic Colors of #FD828E
Black with #FD828E
Text Example
Text Example
White with #FD828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD828E; }
p { color: rgb(253,130,142); }
H1.HeaderClassName
{
color: #FD828E;
}
.AnyTagClassName
{
color: #FD828E;
}
</style>
background-color css
<style>
a { background-color: #FD828E; }
a { background-color: rgb(253,130,142); }
div.DivClassName
{
background-color: #FD828E;
}
.BgClassName
{
background-color: #FD828E;
}
</style>
border-color css
<style>
span { border-color: #FD828E; }
span { border-color: rgb(253,130,142); }
td.TdClassName
{
border-color: #FD828E;
}
.TagClassName
{
border-color: #FD828E;
}
</style>