Shades of Wewak #F8A6A9
Tints of Wewak #F8A6A9
RGB
CMYK
RGB Variations
Color information
#F8A6A9 (or 0xF8A6A9) is known color: Wewak. HEX triplet: F8, A6 and A9. RGB value is (248,166,169). Sum of RGB (Red+Green+Blue) = 248+166+169=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 169 (66.41% from 255 or 28.99% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A6A9 is #075956. Grayscale: #BEBEBE. Windows color (decimal): -481623 or 11118328. OLE color: 11118328.
HSL color Cylindrical-coordinate representation of color #F8A6A9: hue angle of 357.8º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6A9 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 169 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.03 |
| HSL | 357.8º | 0.85% | 0.81% | - |
| HSV(B) | 357.8º | 0.33% | 0.97% | - |
| XYZ | 59.51 | 50.09 | 44.07 | - |
| YUV | 190.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 169 | 0 | 0.33 | 0.32 | 0.03 | 357.8 | 0.85 | 0.81 |
| Hex | F8 | A6 | A9 | 0 | 21 | 20 | 3 | 166 | 55 | 51 |
| Octal | 370 | 246 | 251 | 0 | 41 | 40 | 3 | 546 | 125 | 121 |
| Binary | 11111000 | 10100110 | 10101001 | 0 | 100001 | 100000 | 11 | 101100110 | 1010101 | 1010001 |
Color Harmonies of #F8A6A9
Complementary color
Monochromatic Colors of #F8A6A9
Black with #F8A6A9
Text Example
Text Example
White with #F8A6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6A9; }
p { color: rgb(248,166,169); }
H1.HeaderClassName
{
color: #F8A6A9;
}
.AnyTagClassName
{
color: #F8A6A9;
}
</style>
background-color css
<style>
a { background-color: #F8A6A9; }
a { background-color: rgb(248,166,169); }
div.DivClassName
{
background-color: #F8A6A9;
}
.BgClassName
{
background-color: #F8A6A9;
}
</style>
border-color css
<style>
span { border-color: #F8A6A9; }
span { border-color: rgb(248,166,169); }
td.TdClassName
{
border-color: #F8A6A9;
}
.TagClassName
{
border-color: #F8A6A9;
}
</style>