Shades of Wewak #FE9FA1
Tints of Wewak #FE9FA1
RGB
CMYK
RGB Variations
Color information
#FE9FA1 (or 0xFE9FA1) is known color: Wewak. HEX triplet: FE, 9F and A1. RGB value is (254,159,161). Sum of RGB (Red+Green+Blue) = 254+159+161=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 161 (63.28% from 255 or 28.05% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9FA1 is #01605E. Grayscale: #BBBBBB. Windows color (decimal): -90207 or 10592254. OLE color: 10592254.
HSL color Cylindrical-coordinate representation of color #FE9FA1: hue angle of 358.74º 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 #FE9FA1 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 161 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.00 |
| HSL | 358.74º | 0.98% | 0.81% | - |
| HSV(B) | 358.74º | 0.37% | 1% | - |
| XYZ | 59.7 | 48.44 | 39.92 | - |
| YUV | 187.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 161 | 0 | 0.37 | 0.37 | 0.00 | 358.74 | 0.98 | 0.81 |
| Hex | FE | 9F | A1 | 0 | 25 | 25 | 0 | 167 | 62 | 51 |
| Octal | 376 | 237 | 241 | 0 | 45 | 45 | 0 | 547 | 142 | 121 |
| Binary | 11111110 | 10011111 | 10100001 | 0 | 100101 | 100101 | 0 | 101100111 | 1100010 | 1010001 |
Color Harmonies of #FE9FA1
Complementary color
Monochromatic Colors of #FE9FA1
Black with #FE9FA1
Text Example
Text Example
White with #FE9FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FA1; }
p { color: rgb(254,159,161); }
H1.HeaderClassName
{
color: #FE9FA1;
}
.AnyTagClassName
{
color: #FE9FA1;
}
</style>
background-color css
<style>
a { background-color: #FE9FA1; }
a { background-color: rgb(254,159,161); }
div.DivClassName
{
background-color: #FE9FA1;
}
.BgClassName
{
background-color: #FE9FA1;
}
</style>
border-color css
<style>
span { border-color: #FE9FA1; }
span { border-color: rgb(254,159,161); }
td.TdClassName
{
border-color: #FE9FA1;
}
.TagClassName
{
border-color: #FE9FA1;
}
</style>