Shades of Wewak #FE828A
Tints of Wewak #FE828A
RGB
CMYK
RGB Variations
Color information
#FE828A (or 0xFE828A) is known color: Wewak. HEX triplet: FE, 82 and 8A. RGB value is (254,130,138). Sum of RGB (Red+Green+Blue) = 254+130+138=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE828A is #017D75. Grayscale: #A8A8A8. Windows color (decimal): -97654 or 9077502. OLE color: 9077502.
HSL color Cylindrical-coordinate representation of color #FE828A: hue angle of 356.13º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE828A is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 138 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.00 |
| HSL | 356.13º | 0.98% | 0.75% | - |
| HSV(B) | 356.13º | 0.49% | 1% | - |
| XYZ | 53.44 | 38.87 | 28.73 | - |
| YUV | 167.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 138 | 0 | 0.49 | 0.46 | 0.00 | 356.13 | 0.98 | 0.75 |
| Hex | FE | 82 | 8A | 0 | 31 | 2E | 0 | 164 | 62 | 4B |
| Octal | 376 | 202 | 212 | 0 | 61 | 56 | 0 | 544 | 142 | 113 |
| Binary | 11111110 | 10000010 | 10001010 | 0 | 110001 | 101110 | 0 | 101100100 | 1100010 | 1001011 |
Color Harmonies of #FE828A
Complementary color
Monochromatic Colors of #FE828A
Black with #FE828A
Text Example
Text Example
White with #FE828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE828A; }
p { color: rgb(254,130,138); }
H1.HeaderClassName
{
color: #FE828A;
}
.AnyTagClassName
{
color: #FE828A;
}
</style>
background-color css
<style>
a { background-color: #FE828A; }
a { background-color: rgb(254,130,138); }
div.DivClassName
{
background-color: #FE828A;
}
.BgClassName
{
background-color: #FE828A;
}
</style>
border-color css
<style>
span { border-color: #FE828A; }
span { border-color: rgb(254,130,138); }
td.TdClassName
{
border-color: #FE828A;
}
.TagClassName
{
border-color: #FE828A;
}
</style>