Shades of Wewak #FE9BA1
Tints of Wewak #FE9BA1
RGB
CMYK
RGB Variations
Color information
#FE9BA1 (or 0xFE9BA1) is known color: Wewak. HEX triplet: FE, 9B and A1. RGB value is (254,155,161). Sum of RGB (Red+Green+Blue) = 254+155+161=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9BA1 is #01645E. Grayscale: #B9B9B9. Windows color (decimal): -91231 or 10591230. OLE color: 10591230.
HSL color Cylindrical-coordinate representation of color #FE9BA1: hue angle of 356.36º 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 #FE9BA1 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 161 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.00 |
| HSL | 356.36º | 0.98% | 0.8% | - |
| HSV(B) | 356.36º | 0.39% | 1% | - |
| XYZ | 59.03 | 47.09 | 39.7 | - |
| YUV | 185.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 161 | 0 | 0.39 | 0.37 | 0.00 | 356.36 | 0.98 | 0.8 |
| Hex | FE | 9B | A1 | 0 | 27 | 25 | 0 | 164 | 62 | 50 |
| Octal | 376 | 233 | 241 | 0 | 47 | 45 | 0 | 544 | 142 | 120 |
| Binary | 11111110 | 10011011 | 10100001 | 0 | 100111 | 100101 | 0 | 101100100 | 1100010 | 1010000 |
Color Harmonies of #FE9BA1
Complementary color
Monochromatic Colors of #FE9BA1
Black with #FE9BA1
Text Example
Text Example
White with #FE9BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BA1; }
p { color: rgb(254,155,161); }
H1.HeaderClassName
{
color: #FE9BA1;
}
.AnyTagClassName
{
color: #FE9BA1;
}
</style>
background-color css
<style>
a { background-color: #FE9BA1; }
a { background-color: rgb(254,155,161); }
div.DivClassName
{
background-color: #FE9BA1;
}
.BgClassName
{
background-color: #FE9BA1;
}
</style>
border-color css
<style>
span { border-color: #FE9BA1; }
span { border-color: rgb(254,155,161); }
td.TdClassName
{
border-color: #FE9BA1;
}
.TagClassName
{
border-color: #FE9BA1;
}
</style>