Shades of Wewak #FE9DA1
Tints of Wewak #FE9DA1
RGB
CMYK
RGB Variations
Color information
#FE9DA1 (or 0xFE9DA1) is known color: Wewak. HEX triplet: FE, 9D and A1. RGB value is (254,157,161). Sum of RGB (Red+Green+Blue) = 254+157+161=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9DA1 is #01625E. Grayscale: #BABABA. Windows color (decimal): -90719 or 10591742. OLE color: 10591742.
HSL color Cylindrical-coordinate representation of color #FE9DA1: hue angle of 357.53º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9DA1 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 161 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.00 |
| HSL | 357.53º | 0.98% | 0.81% | - |
| HSV(B) | 357.53º | 0.38% | 1% | - |
| XYZ | 59.36 | 47.76 | 39.81 | - |
| YUV | 186.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 161 | 0 | 0.38 | 0.37 | 0.00 | 357.53 | 0.98 | 0.81 |
| Hex | FE | 9D | A1 | 0 | 26 | 25 | 0 | 166 | 62 | 51 |
| Octal | 376 | 235 | 241 | 0 | 46 | 45 | 0 | 546 | 142 | 121 |
| Binary | 11111110 | 10011101 | 10100001 | 0 | 100110 | 100101 | 0 | 101100110 | 1100010 | 1010001 |
Color Harmonies of #FE9DA1
Complementary color
Monochromatic Colors of #FE9DA1
Black with #FE9DA1
Text Example
Text Example
White with #FE9DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DA1; }
p { color: rgb(254,157,161); }
H1.HeaderClassName
{
color: #FE9DA1;
}
.AnyTagClassName
{
color: #FE9DA1;
}
</style>
background-color css
<style>
a { background-color: #FE9DA1; }
a { background-color: rgb(254,157,161); }
div.DivClassName
{
background-color: #FE9DA1;
}
.BgClassName
{
background-color: #FE9DA1;
}
</style>
border-color css
<style>
span { border-color: #FE9DA1; }
span { border-color: rgb(254,157,161); }
td.TdClassName
{
border-color: #FE9DA1;
}
.TagClassName
{
border-color: #FE9DA1;
}
</style>