Shades of Wewak #FE9FA6
Tints of Wewak #FE9FA6
RGB
CMYK
RGB Variations
Color information
#FE9FA6 (or 0xFE9FA6) is known color: Wewak. HEX triplet: FE, 9F and A6. RGB value is (254,159,166). Sum of RGB (Red+Green+Blue) = 254+159+166=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 166 (65.23% from 255 or 28.67% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9FA6 is #016059. Grayscale: #BCBCBC. Windows color (decimal): -90202 or 10919934. OLE color: 10919934.
HSL color Cylindrical-coordinate representation of color #FE9FA6: hue angle of 355.58º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FA6 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 166 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.00 |
| HSL | 355.58º | 0.98% | 0.81% | - |
| HSV(B) | 355.58º | 0.37% | 1% | - |
| XYZ | 60.15 | 48.62 | 42.29 | - |
| YUV | 188.2 | 115.47 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 166 | 0 | 0.37 | 0.35 | 0.00 | 355.58 | 0.98 | 0.81 |
| Hex | FE | 9F | A6 | 0 | 25 | 23 | 0 | 164 | 62 | 51 |
| Octal | 376 | 237 | 246 | 0 | 45 | 43 | 0 | 544 | 142 | 121 |
| Binary | 11111110 | 10011111 | 10100110 | 0 | 100101 | 100011 | 0 | 101100100 | 1100010 | 1010001 |
Color Harmonies of #FE9FA6
Complementary color
Monochromatic Colors of #FE9FA6
Black with #FE9FA6
Text Example
Text Example
White with #FE9FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FA6; }
p { color: rgb(254,159,166); }
H1.HeaderClassName
{
color: #FE9FA6;
}
.AnyTagClassName
{
color: #FE9FA6;
}
</style>
background-color css
<style>
a { background-color: #FE9FA6; }
a { background-color: rgb(254,159,166); }
div.DivClassName
{
background-color: #FE9FA6;
}
.BgClassName
{
background-color: #FE9FA6;
}
</style>
border-color css
<style>
span { border-color: #FE9FA6; }
span { border-color: rgb(254,159,166); }
td.TdClassName
{
border-color: #FE9FA6;
}
.TagClassName
{
border-color: #FE9FA6;
}
</style>