Shades of Wewak #FFA7A8
Tints of Wewak #FFA7A8
RGB
CMYK
RGB Variations
Color information
#FFA7A8 (or 0xFFA7A8) is known color: Wewak. HEX triplet: FF, A7 and A8. RGB value is (255,167,168). Sum of RGB (Red+Green+Blue) = 255+167+168=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA7A8 is #005857. Grayscale: #C1C1C1. Windows color (decimal): -22616 or 11053055. OLE color: 11053055.
HSL color Cylindrical-coordinate representation of color #FFA7A8: hue angle of 359.32º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA7A8 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 168 | - |
| CMYK | 0 | 0.35 | 0.34 | 0 |
| HSL | 359.32º | 1% | 0.83% | - |
| HSV(B) | 359.32º | 0.35% | 1% | - |
| XYZ | 62.13 | 51.72 | 43.76 | - |
| YUV | 193.43 | 113.65 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 168 | 0 | 0.35 | 0.34 | 0 | 359.32 | 1 | 0.83 |
| Hex | FF | A7 | A8 | 0 | 23 | 22 | 0 | 167 | 64 | 53 |
| Octal | 377 | 247 | 250 | 0 | 43 | 42 | 0 | 547 | 144 | 123 |
| Binary | 11111111 | 10100111 | 10101000 | 0 | 100011 | 100010 | 0 | 101100111 | 1100100 | 1010011 |
Color Harmonies of #FFA7A8
Complementary color
Monochromatic Colors of #FFA7A8
Black with #FFA7A8
Text Example
Text Example
White with #FFA7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7A8; }
p { color: rgb(255,167,168); }
H1.HeaderClassName
{
color: #FFA7A8;
}
.AnyTagClassName
{
color: #FFA7A8;
}
</style>
background-color css
<style>
a { background-color: #FFA7A8; }
a { background-color: rgb(255,167,168); }
div.DivClassName
{
background-color: #FFA7A8;
}
.BgClassName
{
background-color: #FFA7A8;
}
</style>
border-color css
<style>
span { border-color: #FFA7A8; }
span { border-color: rgb(255,167,168); }
td.TdClassName
{
border-color: #FFA7A8;
}
.TagClassName
{
border-color: #FFA7A8;
}
</style>