Shades of Wewak #FE8184
Tints of Wewak #FE8184
RGB
CMYK
RGB Variations
Color information
#FE8184 (or 0xFE8184) is known color: Wewak. HEX triplet: FE, 81 and 84. RGB value is (254,129,132). Sum of RGB (Red+Green+Blue) = 254+129+132=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8184 is #017E7B. Grayscale: #A6A6A6. Windows color (decimal): -97916 or 8684030. OLE color: 8684030.
HSL color Cylindrical-coordinate representation of color #FE8184: hue angle of 358.56º 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 #FE8184 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 132 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.00 |
| HSL | 358.56º | 0.98% | 0.75% | - |
| HSV(B) | 358.56º | 0.49% | 1% | - |
| XYZ | 52.89 | 38.44 | 26.46 | - |
| YUV | 166.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 132 | 0 | 0.49 | 0.48 | 0.00 | 358.56 | 0.98 | 0.75 |
| Hex | FE | 81 | 84 | 0 | 31 | 30 | 0 | 167 | 62 | 4B |
| Octal | 376 | 201 | 204 | 0 | 61 | 60 | 0 | 547 | 142 | 113 |
| Binary | 11111110 | 10000001 | 10000100 | 0 | 110001 | 110000 | 0 | 101100111 | 1100010 | 1001011 |
Color Harmonies of #FE8184
Complementary color
Monochromatic Colors of #FE8184
Black with #FE8184
Text Example
Text Example
White with #FE8184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8184; }
p { color: rgb(254,129,132); }
H1.HeaderClassName
{
color: #FE8184;
}
.AnyTagClassName
{
color: #FE8184;
}
</style>
background-color css
<style>
a { background-color: #FE8184; }
a { background-color: rgb(254,129,132); }
div.DivClassName
{
background-color: #FE8184;
}
.BgClassName
{
background-color: #FE8184;
}
</style>
border-color css
<style>
span { border-color: #FE8184; }
span { border-color: rgb(254,129,132); }
td.TdClassName
{
border-color: #FE8184;
}
.TagClassName
{
border-color: #FE8184;
}
</style>