Shades of Wewak #FE8A8F
Tints of Wewak #FE8A8F
RGB
CMYK
RGB Variations
Color information
#FE8A8F (or 0xFE8A8F) is known color: Wewak. HEX triplet: FE, 8A and 8F. RGB value is (254,138,143). Sum of RGB (Red+Green+Blue) = 254+138+143=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8A8F is #017570. Grayscale: #ADADAD. Windows color (decimal): -95601 or 9407230. OLE color: 9407230.
HSL color Cylindrical-coordinate representation of color #FE8A8F: hue angle of 357.41º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8A8F is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 143 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.00 |
| HSL | 357.41º | 0.98% | 0.77% | - |
| HSV(B) | 357.41º | 0.46% | 1% | - |
| XYZ | 54.92 | 41.23 | 31.05 | - |
| YUV | 173.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 143 | 0 | 0.46 | 0.44 | 0.00 | 357.41 | 0.98 | 0.77 |
| Hex | FE | 8A | 8F | 0 | 2E | 2C | 0 | 165 | 62 | 4D |
| Octal | 376 | 212 | 217 | 0 | 56 | 54 | 0 | 545 | 142 | 115 |
| Binary | 11111110 | 10001010 | 10001111 | 0 | 101110 | 101100 | 0 | 101100101 | 1100010 | 1001101 |
Color Harmonies of #FE8A8F
Complementary color
Monochromatic Colors of #FE8A8F
Black with #FE8A8F
Text Example
Text Example
White with #FE8A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A8F; }
p { color: rgb(254,138,143); }
H1.HeaderClassName
{
color: #FE8A8F;
}
.AnyTagClassName
{
color: #FE8A8F;
}
</style>
background-color css
<style>
a { background-color: #FE8A8F; }
a { background-color: rgb(254,138,143); }
div.DivClassName
{
background-color: #FE8A8F;
}
.BgClassName
{
background-color: #FE8A8F;
}
</style>
border-color css
<style>
span { border-color: #FE8A8F; }
span { border-color: rgb(254,138,143); }
td.TdClassName
{
border-color: #FE8A8F;
}
.TagClassName
{
border-color: #FE8A8F;
}
</style>