Shades of Wewak #FE9CA1
Tints of Wewak #FE9CA1
RGB
CMYK
RGB Variations
Color information
#FE9CA1 (or 0xFE9CA1) is known color: Wewak. HEX triplet: FE, 9C and A1. RGB value is (254,156,161). Sum of RGB (Red+Green+Blue) = 254+156+161=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9CA1 is #01635E. Grayscale: #B9B9B9. Windows color (decimal): -90975 or 10591486. OLE color: 10591486.
HSL color Cylindrical-coordinate representation of color #FE9CA1: hue angle of 356.94º 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 #FE9CA1 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 161 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.00 |
| HSL | 356.94º | 0.98% | 0.8% | - |
| HSV(B) | 356.94º | 0.39% | 1% | - |
| XYZ | 59.19 | 47.42 | 39.75 | - |
| YUV | 185.87 | 113.97 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 161 | 0 | 0.39 | 0.37 | 0.00 | 356.94 | 0.98 | 0.8 |
| Hex | FE | 9C | A1 | 0 | 27 | 25 | 0 | 165 | 62 | 50 |
| Octal | 376 | 234 | 241 | 0 | 47 | 45 | 0 | 545 | 142 | 120 |
| Binary | 11111110 | 10011100 | 10100001 | 0 | 100111 | 100101 | 0 | 101100101 | 1100010 | 1010000 |
Color Harmonies of #FE9CA1
Complementary color
Monochromatic Colors of #FE9CA1
Black with #FE9CA1
Text Example
Text Example
White with #FE9CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CA1; }
p { color: rgb(254,156,161); }
H1.HeaderClassName
{
color: #FE9CA1;
}
.AnyTagClassName
{
color: #FE9CA1;
}
</style>
background-color css
<style>
a { background-color: #FE9CA1; }
a { background-color: rgb(254,156,161); }
div.DivClassName
{
background-color: #FE9CA1;
}
.BgClassName
{
background-color: #FE9CA1;
}
</style>
border-color css
<style>
span { border-color: #FE9CA1; }
span { border-color: rgb(254,156,161); }
td.TdClassName
{
border-color: #FE9CA1;
}
.TagClassName
{
border-color: #FE9CA1;
}
</style>