Shades of Wewak #FE9AA6
Tints of Wewak #FE9AA6
RGB
CMYK
RGB Variations
Color information
#FE9AA6 (or 0xFE9AA6) is known color: Wewak. HEX triplet: FE, 9A and A6. RGB value is (254,154,166). Sum of RGB (Red+Green+Blue) = 254+154+166=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9AA6 is #016559. Grayscale: #B9B9B9. Windows color (decimal): -91482 or 10918654. OLE color: 10918654.
HSL color Cylindrical-coordinate representation of color #FE9AA6: hue angle of 352.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9AA6 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 166 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.00 |
| HSL | 352.8º | 0.98% | 0.8% | - |
| HSV(B) | 352.8º | 0.39% | 1% | - |
| XYZ | 59.31 | 46.94 | 42.01 | - |
| YUV | 185.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 166 | 0 | 0.39 | 0.35 | 0.00 | 352.8 | 0.98 | 0.8 |
| Hex | FE | 9A | A6 | 0 | 27 | 23 | 0 | 161 | 62 | 50 |
| Octal | 376 | 232 | 246 | 0 | 47 | 43 | 0 | 541 | 142 | 120 |
| Binary | 11111110 | 10011010 | 10100110 | 0 | 100111 | 100011 | 0 | 101100001 | 1100010 | 1010000 |
Color Harmonies of #FE9AA6
Complementary color
Monochromatic Colors of #FE9AA6
Black with #FE9AA6
Text Example
Text Example
White with #FE9AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AA6; }
p { color: rgb(254,154,166); }
H1.HeaderClassName
{
color: #FE9AA6;
}
.AnyTagClassName
{
color: #FE9AA6;
}
</style>
background-color css
<style>
a { background-color: #FE9AA6; }
a { background-color: rgb(254,154,166); }
div.DivClassName
{
background-color: #FE9AA6;
}
.BgClassName
{
background-color: #FE9AA6;
}
</style>
border-color css
<style>
span { border-color: #FE9AA6; }
span { border-color: rgb(254,154,166); }
td.TdClassName
{
border-color: #FE9AA6;
}
.TagClassName
{
border-color: #FE9AA6;
}
</style>