Shades of Wewak #FE858B
Tints of Wewak #FE858B
RGB
CMYK
RGB Variations
Color information
#FE858B (or 0xFE858B) is known color: Wewak. HEX triplet: FE, 85 and 8B. RGB value is (254,133,139). Sum of RGB (Red+Green+Blue) = 254+133+139=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE858B is #017A74. Grayscale: #A9A9A9. Windows color (decimal): -96885 or 9143806. OLE color: 9143806.
HSL color Cylindrical-coordinate representation of color #FE858B: hue angle of 357.02º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE858B is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 139 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.00 |
| HSL | 357.02º | 0.98% | 0.76% | - |
| HSV(B) | 357.02º | 0.48% | 1% | - |
| XYZ | 53.92 | 39.71 | 29.25 | - |
| YUV | 169.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 139 | 0 | 0.48 | 0.45 | 0.00 | 357.02 | 0.98 | 0.76 |
| Hex | FE | 85 | 8B | 0 | 30 | 2D | 0 | 165 | 62 | 4C |
| Octal | 376 | 205 | 213 | 0 | 60 | 55 | 0 | 545 | 142 | 114 |
| Binary | 11111110 | 10000101 | 10001011 | 0 | 110000 | 101101 | 0 | 101100101 | 1100010 | 1001100 |
Color Harmonies of #FE858B
Complementary color
Monochromatic Colors of #FE858B
Black with #FE858B
Text Example
Text Example
White with #FE858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE858B; }
p { color: rgb(254,133,139); }
H1.HeaderClassName
{
color: #FE858B;
}
.AnyTagClassName
{
color: #FE858B;
}
</style>
background-color css
<style>
a { background-color: #FE858B; }
a { background-color: rgb(254,133,139); }
div.DivClassName
{
background-color: #FE858B;
}
.BgClassName
{
background-color: #FE858B;
}
</style>
border-color css
<style>
span { border-color: #FE858B; }
span { border-color: rgb(254,133,139); }
td.TdClassName
{
border-color: #FE858B;
}
.TagClassName
{
border-color: #FE858B;
}
</style>