Shades of Wewak #FF949E
Tints of Wewak #FF949E
RGB
CMYK
RGB Variations
Color information
#FF949E (or 0xFF949E) is known color: Wewak. HEX triplet: FF, 94 and 9E. RGB value is (255,148,158). Sum of RGB (Red+Green+Blue) = 255+148+158=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF949E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF949E is #006B61. Grayscale: #B5B5B5. Windows color (decimal): -27490 or 10392831. OLE color: 10392831.
HSL color Cylindrical-coordinate representation of color #FF949E: hue angle of 354.39º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF949E is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 158 | - |
| CMYK | 0 | 0.42 | 0.38 | 0 |
| HSL | 354.39º | 1% | 0.79% | - |
| HSV(B) | 354.39º | 0.42% | 1% | - |
| XYZ | 58 | 44.91 | 37.96 | - |
| YUV | 181.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 158 | 0 | 0.42 | 0.38 | 0 | 354.39 | 1 | 0.79 |
| Hex | FF | 94 | 9E | 0 | 2A | 26 | 0 | 162 | 64 | 4F |
| Octal | 377 | 224 | 236 | 0 | 52 | 46 | 0 | 542 | 144 | 117 |
| Binary | 11111111 | 10010100 | 10011110 | 0 | 101010 | 100110 | 0 | 101100010 | 1100100 | 1001111 |
Color Harmonies of #FF949E
Complementary color
Monochromatic Colors of #FF949E
Black with #FF949E
Text Example
Text Example
White with #FF949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF949E; }
p { color: rgb(255,148,158); }
H1.HeaderClassName
{
color: #FF949E;
}
.AnyTagClassName
{
color: #FF949E;
}
</style>
background-color css
<style>
a { background-color: #FF949E; }
a { background-color: rgb(255,148,158); }
div.DivClassName
{
background-color: #FF949E;
}
.BgClassName
{
background-color: #FF949E;
}
</style>
border-color css
<style>
span { border-color: #FF949E; }
span { border-color: rgb(255,148,158); }
td.TdClassName
{
border-color: #FF949E;
}
.TagClassName
{
border-color: #FF949E;
}
</style>