Shades of Wewak #FE8185
Tints of Wewak #FE8185
RGB
CMYK
RGB Variations
Color information
#FE8185 (or 0xFE8185) is known color: Wewak. HEX triplet: FE, 81 and 85. RGB value is (254,129,133). Sum of RGB (Red+Green+Blue) = 254+129+133=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8185 is #017E7A. Grayscale: #A6A6A6. Windows color (decimal): -97915 or 8749566. OLE color: 8749566.
HSL color Cylindrical-coordinate representation of color #FE8185: hue angle of 358.08º 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 #FE8185 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 133 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.00 |
| HSL | 358.08º | 0.98% | 0.75% | - |
| HSV(B) | 358.08º | 0.49% | 1% | - |
| XYZ | 52.96 | 38.46 | 26.82 | - |
| YUV | 166.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 133 | 0 | 0.49 | 0.48 | 0.00 | 358.08 | 0.98 | 0.75 |
| Hex | FE | 81 | 85 | 0 | 31 | 30 | 0 | 166 | 62 | 4B |
| Octal | 376 | 201 | 205 | 0 | 61 | 60 | 0 | 546 | 142 | 113 |
| Binary | 11111110 | 10000001 | 10000101 | 0 | 110001 | 110000 | 0 | 101100110 | 1100010 | 1001011 |
Color Harmonies of #FE8185
Complementary color
Monochromatic Colors of #FE8185
Black with #FE8185
Text Example
Text Example
White with #FE8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8185; }
p { color: rgb(254,129,133); }
H1.HeaderClassName
{
color: #FE8185;
}
.AnyTagClassName
{
color: #FE8185;
}
</style>
background-color css
<style>
a { background-color: #FE8185; }
a { background-color: rgb(254,129,133); }
div.DivClassName
{
background-color: #FE8185;
}
.BgClassName
{
background-color: #FE8185;
}
</style>
border-color css
<style>
span { border-color: #FE8185; }
span { border-color: rgb(254,129,133); }
td.TdClassName
{
border-color: #FE8185;
}
.TagClassName
{
border-color: #FE8185;
}
</style>