Shades of Wewak #FE9A9B
Tints of Wewak #FE9A9B
RGB
CMYK
RGB Variations
Color information
#FE9A9B (or 0xFE9A9B) is known color: Wewak. HEX triplet: FE, 9A and 9B. RGB value is (254,154,155). Sum of RGB (Red+Green+Blue) = 254+154+155=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9A9B is #016564. Grayscale: #B8B8B8. Windows color (decimal): -91493 or 10197758. OLE color: 10197758.
HSL color Cylindrical-coordinate representation of color #FE9A9B: hue angle of 359.4º 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 #FE9A9B is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 155 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.00 |
| HSL | 359.4º | 0.98% | 0.8% | - |
| HSV(B) | 359.4º | 0.39% | 1% | - |
| XYZ | 58.35 | 46.55 | 36.92 | - |
| YUV | 184.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 155 | 0 | 0.39 | 0.39 | 0.00 | 359.4 | 0.98 | 0.8 |
| Hex | FE | 9A | 9B | 0 | 27 | 27 | 0 | 167 | 62 | 50 |
| Octal | 376 | 232 | 233 | 0 | 47 | 47 | 0 | 547 | 142 | 120 |
| Binary | 11111110 | 10011010 | 10011011 | 0 | 100111 | 100111 | 0 | 101100111 | 1100010 | 1010000 |
Color Harmonies of #FE9A9B
Complementary color
Monochromatic Colors of #FE9A9B
Black with #FE9A9B
Text Example
Text Example
White with #FE9A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A9B; }
p { color: rgb(254,154,155); }
H1.HeaderClassName
{
color: #FE9A9B;
}
.AnyTagClassName
{
color: #FE9A9B;
}
</style>
background-color css
<style>
a { background-color: #FE9A9B; }
a { background-color: rgb(254,154,155); }
div.DivClassName
{
background-color: #FE9A9B;
}
.BgClassName
{
background-color: #FE9A9B;
}
</style>
border-color css
<style>
span { border-color: #FE9A9B; }
span { border-color: rgb(254,154,155); }
td.TdClassName
{
border-color: #FE9A9B;
}
.TagClassName
{
border-color: #FE9A9B;
}
</style>