Shades of Wewak #FE8FA0
Tints of Wewak #FE8FA0
RGB
CMYK
RGB Variations
Color information
#FE8FA0 (or 0xFE8FA0) is known color: Wewak. HEX triplet: FE, 8F and A0. RGB value is (254,143,160). Sum of RGB (Red+Green+Blue) = 254+143+160=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8FA0 is #01705F. Grayscale: #B2B2B2. Windows color (decimal): -94304 or 10522622. OLE color: 10522622.
HSL color Cylindrical-coordinate representation of color #FE8FA0: hue angle of 350.81º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FA0 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 160 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.00 |
| HSL | 350.81º | 0.98% | 0.78% | - |
| HSV(B) | 350.81º | 0.44% | 1% | - |
| XYZ | 57.04 | 43.25 | 38.6 | - |
| YUV | 178.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 160 | 0 | 0.44 | 0.37 | 0.00 | 350.81 | 0.98 | 0.78 |
| Hex | FE | 8F | A0 | 0 | 2C | 25 | 0 | 15F | 62 | 4E |
| Octal | 376 | 217 | 240 | 0 | 54 | 45 | 0 | 537 | 142 | 116 |
| Binary | 11111110 | 10001111 | 10100000 | 0 | 101100 | 100101 | 0 | 101011111 | 1100010 | 1001110 |
Color Harmonies of #FE8FA0
Complementary color
Monochromatic Colors of #FE8FA0
Black with #FE8FA0
Text Example
Text Example
White with #FE8FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FA0; }
p { color: rgb(254,143,160); }
H1.HeaderClassName
{
color: #FE8FA0;
}
.AnyTagClassName
{
color: #FE8FA0;
}
</style>
background-color css
<style>
a { background-color: #FE8FA0; }
a { background-color: rgb(254,143,160); }
div.DivClassName
{
background-color: #FE8FA0;
}
.BgClassName
{
background-color: #FE8FA0;
}
</style>
border-color css
<style>
span { border-color: #FE8FA0; }
span { border-color: rgb(254,143,160); }
td.TdClassName
{
border-color: #FE8FA0;
}
.TagClassName
{
border-color: #FE8FA0;
}
</style>