Shades of Wewak #FE808B
Tints of Wewak #FE808B
RGB
CMYK
RGB Variations
Color information
#FE808B (or 0xFE808B) is known color: Wewak. HEX triplet: FE, 80 and 8B. RGB value is (254,128,139). Sum of RGB (Red+Green+Blue) = 254+128+139=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE808B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE808B is #017F74. Grayscale: #A7A7A7. Windows color (decimal): -98165 or 9142526. OLE color: 9142526.
HSL color Cylindrical-coordinate representation of color #FE808B: hue angle of 354.76º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE808B is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 139 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.00 |
| HSL | 354.76º | 0.98% | 0.75% | - |
| HSV(B) | 354.76º | 0.5% | 1% | - |
| XYZ | 53.25 | 38.37 | 29.03 | - |
| YUV | 166.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 139 | 0 | 0.50 | 0.45 | 0.00 | 354.76 | 0.98 | 0.75 |
| Hex | FE | 80 | 8B | 0 | 32 | 2D | 0 | 163 | 62 | 4B |
| Octal | 376 | 200 | 213 | 0 | 62 | 55 | 0 | 543 | 142 | 113 |
| Binary | 11111110 | 10000000 | 10001011 | 0 | 110010 | 101101 | 0 | 101100011 | 1100010 | 1001011 |
Color Harmonies of #FE808B
Complementary color
Monochromatic Colors of #FE808B
Black with #FE808B
Text Example
Text Example
White with #FE808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE808B; }
p { color: rgb(254,128,139); }
H1.HeaderClassName
{
color: #FE808B;
}
.AnyTagClassName
{
color: #FE808B;
}
</style>
background-color css
<style>
a { background-color: #FE808B; }
a { background-color: rgb(254,128,139); }
div.DivClassName
{
background-color: #FE808B;
}
.BgClassName
{
background-color: #FE808B;
}
</style>
border-color css
<style>
span { border-color: #FE808B; }
span { border-color: rgb(254,128,139); }
td.TdClassName
{
border-color: #FE808B;
}
.TagClassName
{
border-color: #FE808B;
}
</style>