Shades of Wewak #FE8291
Tints of Wewak #FE8291
RGB
CMYK
RGB Variations
Color information
#FE8291 (or 0xFE8291) is known color: Wewak. HEX triplet: FE, 82 and 91. RGB value is (254,130,145). Sum of RGB (Red+Green+Blue) = 254+130+145=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8291 is #017D6E. Grayscale: #A8A8A8. Windows color (decimal): -97647 or 9536254. OLE color: 9536254.
HSL color Cylindrical-coordinate representation of color #FE8291: hue angle of 352.74º 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 #FE8291 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 145 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.00 |
| HSL | 352.74º | 0.98% | 0.75% | - |
| HSV(B) | 352.74º | 0.49% | 1% | - |
| XYZ | 53.97 | 39.08 | 31.49 | - |
| YUV | 168.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 145 | 0 | 0.49 | 0.43 | 0.00 | 352.74 | 0.98 | 0.75 |
| Hex | FE | 82 | 91 | 0 | 31 | 2B | 0 | 161 | 62 | 4B |
| Octal | 376 | 202 | 221 | 0 | 61 | 53 | 0 | 541 | 142 | 113 |
| Binary | 11111110 | 10000010 | 10010001 | 0 | 110001 | 101011 | 0 | 101100001 | 1100010 | 1001011 |
Color Harmonies of #FE8291
Complementary color
Monochromatic Colors of #FE8291
Black with #FE8291
Text Example
Text Example
White with #FE8291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8291; }
p { color: rgb(254,130,145); }
H1.HeaderClassName
{
color: #FE8291;
}
.AnyTagClassName
{
color: #FE8291;
}
</style>
background-color css
<style>
a { background-color: #FE8291; }
a { background-color: rgb(254,130,145); }
div.DivClassName
{
background-color: #FE8291;
}
.BgClassName
{
background-color: #FE8291;
}
</style>
border-color css
<style>
span { border-color: #FE8291; }
span { border-color: rgb(254,130,145); }
td.TdClassName
{
border-color: #FE8291;
}
.TagClassName
{
border-color: #FE8291;
}
</style>