Shades of Wewak #FE8C9D
Tints of Wewak #FE8C9D
RGB
CMYK
RGB Variations
Color information
#FE8C9D (or 0xFE8C9D) is known color: Wewak. HEX triplet: FE, 8C and 9D. RGB value is (254,140,157). Sum of RGB (Red+Green+Blue) = 254+140+157=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C9D is #017362. Grayscale: #B0B0B0. Windows color (decimal): -95075 or 10325246. OLE color: 10325246.
HSL color Cylindrical-coordinate representation of color #FE8C9D: hue angle of 351.05º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8C9D is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 157 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.00 |
| HSL | 351.05º | 0.98% | 0.77% | - |
| HSV(B) | 351.05º | 0.45% | 1% | - |
| XYZ | 56.34 | 42.26 | 37.09 | - |
| YUV | 176.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 157 | 0 | 0.45 | 0.38 | 0.00 | 351.05 | 0.98 | 0.77 |
| Hex | FE | 8C | 9D | 0 | 2D | 26 | 0 | 15F | 62 | 4D |
| Octal | 376 | 214 | 235 | 0 | 55 | 46 | 0 | 537 | 142 | 115 |
| Binary | 11111110 | 10001100 | 10011101 | 0 | 101101 | 100110 | 0 | 101011111 | 1100010 | 1001101 |
Color Harmonies of #FE8C9D
Complementary color
Monochromatic Colors of #FE8C9D
Black with #FE8C9D
Text Example
Text Example
White with #FE8C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C9D; }
p { color: rgb(254,140,157); }
H1.HeaderClassName
{
color: #FE8C9D;
}
.AnyTagClassName
{
color: #FE8C9D;
}
</style>
background-color css
<style>
a { background-color: #FE8C9D; }
a { background-color: rgb(254,140,157); }
div.DivClassName
{
background-color: #FE8C9D;
}
.BgClassName
{
background-color: #FE8C9D;
}
</style>
border-color css
<style>
span { border-color: #FE8C9D; }
span { border-color: rgb(254,140,157); }
td.TdClassName
{
border-color: #FE8C9D;
}
.TagClassName
{
border-color: #FE8C9D;
}
</style>