Shades of Wewak #FE8A8D
Tints of Wewak #FE8A8D
RGB
CMYK
RGB Variations
Color information
#FE8A8D (or 0xFE8A8D) is known color: Wewak. HEX triplet: FE, 8A and 8D. RGB value is (254,138,141). Sum of RGB (Red+Green+Blue) = 254+138+141=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8A8D is #017572. Grayscale: #ADADAD. Windows color (decimal): -95603 or 9276158. OLE color: 9276158.
HSL color Cylindrical-coordinate representation of color #FE8A8D: hue angle of 358.45º 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 #FE8A8D is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 141 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.00 |
| HSL | 358.45º | 0.98% | 0.77% | - |
| HSV(B) | 358.45º | 0.46% | 1% | - |
| XYZ | 54.77 | 41.17 | 30.26 | - |
| YUV | 173.03 | 109.93 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 141 | 0 | 0.46 | 0.44 | 0.00 | 358.45 | 0.98 | 0.77 |
| Hex | FE | 8A | 8D | 0 | 2E | 2C | 0 | 166 | 62 | 4D |
| Octal | 376 | 212 | 215 | 0 | 56 | 54 | 0 | 546 | 142 | 115 |
| Binary | 11111110 | 10001010 | 10001101 | 0 | 101110 | 101100 | 0 | 101100110 | 1100010 | 1001101 |
Color Harmonies of #FE8A8D
Complementary color
Monochromatic Colors of #FE8A8D
Black with #FE8A8D
Text Example
Text Example
White with #FE8A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A8D; }
p { color: rgb(254,138,141); }
H1.HeaderClassName
{
color: #FE8A8D;
}
.AnyTagClassName
{
color: #FE8A8D;
}
</style>
background-color css
<style>
a { background-color: #FE8A8D; }
a { background-color: rgb(254,138,141); }
div.DivClassName
{
background-color: #FE8A8D;
}
.BgClassName
{
background-color: #FE8A8D;
}
</style>
border-color css
<style>
span { border-color: #FE8A8D; }
span { border-color: rgb(254,138,141); }
td.TdClassName
{
border-color: #FE8A8D;
}
.TagClassName
{
border-color: #FE8A8D;
}
</style>