Shades of Wewak #FE8C96
Tints of Wewak #FE8C96
RGB
CMYK
RGB Variations
Color information
#FE8C96 (or 0xFE8C96) is known color: Wewak. HEX triplet: FE, 8C and 96. RGB value is (254,140,150). Sum of RGB (Red+Green+Blue) = 254+140+150=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C96 is #017369. Grayscale: #AFAFAF. Windows color (decimal): -95082 or 9866494. OLE color: 9866494.
HSL color Cylindrical-coordinate representation of color #FE8C96: hue angle of 354.74º 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 #FE8C96 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 150 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.00 |
| HSL | 354.74º | 0.98% | 0.77% | - |
| HSV(B) | 354.74º | 0.45% | 1% | - |
| XYZ | 55.76 | 42.03 | 34.03 | - |
| YUV | 175.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 150 | 0 | 0.45 | 0.41 | 0.00 | 354.74 | 0.98 | 0.77 |
| Hex | FE | 8C | 96 | 0 | 2D | 29 | 0 | 163 | 62 | 4D |
| Octal | 376 | 214 | 226 | 0 | 55 | 51 | 0 | 543 | 142 | 115 |
| Binary | 11111110 | 10001100 | 10010110 | 0 | 101101 | 101001 | 0 | 101100011 | 1100010 | 1001101 |
Color Harmonies of #FE8C96
Complementary color
Monochromatic Colors of #FE8C96
Black with #FE8C96
Text Example
Text Example
White with #FE8C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C96; }
p { color: rgb(254,140,150); }
H1.HeaderClassName
{
color: #FE8C96;
}
.AnyTagClassName
{
color: #FE8C96;
}
</style>
background-color css
<style>
a { background-color: #FE8C96; }
a { background-color: rgb(254,140,150); }
div.DivClassName
{
background-color: #FE8C96;
}
.BgClassName
{
background-color: #FE8C96;
}
</style>
border-color css
<style>
span { border-color: #FE8C96; }
span { border-color: rgb(254,140,150); }
td.TdClassName
{
border-color: #FE8C96;
}
.TagClassName
{
border-color: #FE8C96;
}
</style>