Shades of Wewak #FEA5A8
Tints of Wewak #FEA5A8
RGB
CMYK
RGB Variations
Color information
#FEA5A8 (or 0xFEA5A8) is known color: Wewak. HEX triplet: FE, A5 and A8. RGB value is (254,165,168). Sum of RGB (Red+Green+Blue) = 254+165+168=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 168 (66.02% from 255 or 28.62% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA5A8 is #015A57. Grayscale: #C0C0C0. Windows color (decimal): -88664 or 11052542. OLE color: 11052542.
HSL color Cylindrical-coordinate representation of color #FEA5A8: hue angle of 357.98º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA5A8 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 168 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.00 |
| HSL | 357.98º | 0.98% | 0.82% | - |
| HSV(B) | 357.98º | 0.35% | 1% | - |
| XYZ | 61.4 | 50.81 | 43.62 | - |
| YUV | 191.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 168 | 0 | 0.35 | 0.34 | 0.00 | 357.98 | 0.98 | 0.82 |
| Hex | FE | A5 | A8 | 0 | 23 | 22 | 0 | 166 | 62 | 52 |
| Octal | 376 | 245 | 250 | 0 | 43 | 42 | 0 | 546 | 142 | 122 |
| Binary | 11111110 | 10100101 | 10101000 | 0 | 100011 | 100010 | 0 | 101100110 | 1100010 | 1010010 |
Color Harmonies of #FEA5A8
Complementary color
Monochromatic Colors of #FEA5A8
Black with #FEA5A8
Text Example
Text Example
White with #FEA5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5A8; }
p { color: rgb(254,165,168); }
H1.HeaderClassName
{
color: #FEA5A8;
}
.AnyTagClassName
{
color: #FEA5A8;
}
</style>
background-color css
<style>
a { background-color: #FEA5A8; }
a { background-color: rgb(254,165,168); }
div.DivClassName
{
background-color: #FEA5A8;
}
.BgClassName
{
background-color: #FEA5A8;
}
</style>
border-color css
<style>
span { border-color: #FEA5A8; }
span { border-color: rgb(254,165,168); }
td.TdClassName
{
border-color: #FEA5A8;
}
.TagClassName
{
border-color: #FEA5A8;
}
</style>