Shades of Wewak #FEA6A8
Tints of Wewak #FEA6A8
RGB
CMYK
RGB Variations
Color information
#FEA6A8 (or 0xFEA6A8) is known color: Wewak. HEX triplet: FE, A6 and A8. RGB value is (254,166,168). Sum of RGB (Red+Green+Blue) = 254+166+168=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA6A8 is #015957. Grayscale: #C0C0C0. Windows color (decimal): -88408 or 11052798. OLE color: 11052798.
HSL color Cylindrical-coordinate representation of color #FEA6A8: hue angle of 358.64º 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 #FEA6A8 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 168 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.00 |
| HSL | 358.64º | 0.98% | 0.82% | - |
| HSV(B) | 358.64º | 0.35% | 1% | - |
| XYZ | 61.58 | 51.17 | 43.68 | - |
| YUV | 192.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 168 | 0 | 0.35 | 0.34 | 0.00 | 358.64 | 0.98 | 0.82 |
| Hex | FE | A6 | A8 | 0 | 23 | 22 | 0 | 167 | 62 | 52 |
| Octal | 376 | 246 | 250 | 0 | 43 | 42 | 0 | 547 | 142 | 122 |
| Binary | 11111110 | 10100110 | 10101000 | 0 | 100011 | 100010 | 0 | 101100111 | 1100010 | 1010010 |
Color Harmonies of #FEA6A8
Complementary color
Monochromatic Colors of #FEA6A8
Black with #FEA6A8
Text Example
Text Example
White with #FEA6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6A8; }
p { color: rgb(254,166,168); }
H1.HeaderClassName
{
color: #FEA6A8;
}
.AnyTagClassName
{
color: #FEA6A8;
}
</style>
background-color css
<style>
a { background-color: #FEA6A8; }
a { background-color: rgb(254,166,168); }
div.DivClassName
{
background-color: #FEA6A8;
}
.BgClassName
{
background-color: #FEA6A8;
}
</style>
border-color css
<style>
span { border-color: #FEA6A8; }
span { border-color: rgb(254,166,168); }
td.TdClassName
{
border-color: #FEA6A8;
}
.TagClassName
{
border-color: #FEA6A8;
}
</style>