Shades of Wewak #FFA2A8
Tints of Wewak #FFA2A8
RGB
CMYK
RGB Variations
Color information
#FFA2A8 (or 0xFFA2A8) is known color: Wewak. HEX triplet: FF, A2 and A8. RGB value is (255,162,168). Sum of RGB (Red+Green+Blue) = 255+162+168=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2A8 is #005D57. Grayscale: #BEBEBE. Windows color (decimal): -23896 or 11051775. OLE color: 11051775.
HSL color Cylindrical-coordinate representation of color #FFA2A8: hue angle of 356.13º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA2A8 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 168 | - |
| CMYK | 0 | 0.36 | 0.34 | 0 |
| HSL | 356.13º | 1% | 0.82% | - |
| HSV(B) | 356.13º | 0.36% | 1% | - |
| XYZ | 61.23 | 49.93 | 43.46 | - |
| YUV | 190.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 168 | 0 | 0.36 | 0.34 | 0 | 356.13 | 1 | 0.82 |
| Hex | FF | A2 | A8 | 0 | 24 | 22 | 0 | 164 | 64 | 52 |
| Octal | 377 | 242 | 250 | 0 | 44 | 42 | 0 | 544 | 144 | 122 |
| Binary | 11111111 | 10100010 | 10101000 | 0 | 100100 | 100010 | 0 | 101100100 | 1100100 | 1010010 |
Color Harmonies of #FFA2A8
Complementary color
Monochromatic Colors of #FFA2A8
Black with #FFA2A8
Text Example
Text Example
White with #FFA2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2A8; }
p { color: rgb(255,162,168); }
H1.HeaderClassName
{
color: #FFA2A8;
}
.AnyTagClassName
{
color: #FFA2A8;
}
</style>
background-color css
<style>
a { background-color: #FFA2A8; }
a { background-color: rgb(255,162,168); }
div.DivClassName
{
background-color: #FFA2A8;
}
.BgClassName
{
background-color: #FFA2A8;
}
</style>
border-color css
<style>
span { border-color: #FFA2A8; }
span { border-color: rgb(255,162,168); }
td.TdClassName
{
border-color: #FFA2A8;
}
.TagClassName
{
border-color: #FFA2A8;
}
</style>