Shades of Wewak #FFA6A8
Tints of Wewak #FFA6A8
RGB
CMYK
RGB Variations
Color information
#FFA6A8 (or 0xFFA6A8) is known color: Wewak. HEX triplet: FF, A6 and A8. RGB value is (255,166,168). Sum of RGB (Red+Green+Blue) = 255+166+168=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6A8 is #005957. Grayscale: #C0C0C0. Windows color (decimal): -22872 or 11052799. OLE color: 11052799.
HSL color Cylindrical-coordinate representation of color #FFA6A8: hue angle of 358.65º 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 #FFA6A8 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 168 | - |
| CMYK | 0 | 0.35 | 0.34 | 0 |
| HSL | 358.65º | 1% | 0.83% | - |
| HSV(B) | 358.65º | 0.35% | 1% | - |
| XYZ | 61.94 | 51.36 | 43.69 | - |
| YUV | 192.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 168 | 0 | 0.35 | 0.34 | 0 | 358.65 | 1 | 0.83 |
| Hex | FF | A6 | A8 | 0 | 23 | 22 | 0 | 167 | 64 | 53 |
| Octal | 377 | 246 | 250 | 0 | 43 | 42 | 0 | 547 | 144 | 123 |
| Binary | 11111111 | 10100110 | 10101000 | 0 | 100011 | 100010 | 0 | 101100111 | 1100100 | 1010011 |
Color Harmonies of #FFA6A8
Complementary color
Monochromatic Colors of #FFA6A8
Black with #FFA6A8
Text Example
Text Example
White with #FFA6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6A8; }
p { color: rgb(255,166,168); }
H1.HeaderClassName
{
color: #FFA6A8;
}
.AnyTagClassName
{
color: #FFA6A8;
}
</style>
background-color css
<style>
a { background-color: #FFA6A8; }
a { background-color: rgb(255,166,168); }
div.DivClassName
{
background-color: #FFA6A8;
}
.BgClassName
{
background-color: #FFA6A8;
}
</style>
border-color css
<style>
span { border-color: #FFA6A8; }
span { border-color: rgb(255,166,168); }
td.TdClassName
{
border-color: #FFA6A8;
}
.TagClassName
{
border-color: #FFA6A8;
}
</style>