Shades of Wewak #FE8190
Tints of Wewak #FE8190
RGB
CMYK
RGB Variations
Color information
#FE8190 (or 0xFE8190) is known color: Wewak. HEX triplet: FE, 81 and 90. RGB value is (254,129,144). Sum of RGB (Red+Green+Blue) = 254+129+144=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8190 is #017E6F. Grayscale: #A8A8A8. Windows color (decimal): -97904 or 9470462. OLE color: 9470462.
HSL color Cylindrical-coordinate representation of color #FE8190: hue angle of 352.8º 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 #FE8190 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 144 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.00 |
| HSL | 352.8º | 0.98% | 0.75% | - |
| HSV(B) | 352.8º | 0.49% | 1% | - |
| XYZ | 53.76 | 38.78 | 31.04 | - |
| YUV | 168.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 144 | 0 | 0.49 | 0.43 | 0.00 | 352.8 | 0.98 | 0.75 |
| Hex | FE | 81 | 90 | 0 | 31 | 2B | 0 | 161 | 62 | 4B |
| Octal | 376 | 201 | 220 | 0 | 61 | 53 | 0 | 541 | 142 | 113 |
| Binary | 11111110 | 10000001 | 10010000 | 0 | 110001 | 101011 | 0 | 101100001 | 1100010 | 1001011 |
Color Harmonies of #FE8190
Complementary color
Monochromatic Colors of #FE8190
Black with #FE8190
Text Example
Text Example
White with #FE8190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8190; }
p { color: rgb(254,129,144); }
H1.HeaderClassName
{
color: #FE8190;
}
.AnyTagClassName
{
color: #FE8190;
}
</style>
background-color css
<style>
a { background-color: #FE8190; }
a { background-color: rgb(254,129,144); }
div.DivClassName
{
background-color: #FE8190;
}
.BgClassName
{
background-color: #FE8190;
}
</style>
border-color css
<style>
span { border-color: #FE8190; }
span { border-color: rgb(254,129,144); }
td.TdClassName
{
border-color: #FE8190;
}
.TagClassName
{
border-color: #FE8190;
}
</style>