Shades of Wewak #FF96A0
Tints of Wewak #FF96A0
RGB
CMYK
RGB Variations
Color information
#FF96A0 (or 0xFF96A0) is known color: Wewak. HEX triplet: FF, 96 and A0. RGB value is (255,150,160). Sum of RGB (Red+Green+Blue) = 255+150+160=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF96A0 is #00695F. Grayscale: #B6B6B6. Windows color (decimal): -26976 or 10524415. OLE color: 10524415.
HSL color Cylindrical-coordinate representation of color #FF96A0: hue angle of 354.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF96A0 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 160 | - |
| CMYK | 0 | 0.41 | 0.37 | 0 |
| HSL | 354.29º | 1% | 0.79% | - |
| HSV(B) | 354.29º | 0.41% | 1% | - |
| XYZ | 58.49 | 45.61 | 38.98 | - |
| YUV | 182.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 160 | 0 | 0.41 | 0.37 | 0 | 354.29 | 1 | 0.79 |
| Hex | FF | 96 | A0 | 0 | 29 | 25 | 0 | 162 | 64 | 4F |
| Octal | 377 | 226 | 240 | 0 | 51 | 45 | 0 | 542 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10100000 | 0 | 101001 | 100101 | 0 | 101100010 | 1100100 | 1001111 |
Color Harmonies of #FF96A0
Complementary color
Monochromatic Colors of #FF96A0
Black with #FF96A0
Text Example
Text Example
White with #FF96A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96A0; }
p { color: rgb(255,150,160); }
H1.HeaderClassName
{
color: #FF96A0;
}
.AnyTagClassName
{
color: #FF96A0;
}
</style>
background-color css
<style>
a { background-color: #FF96A0; }
a { background-color: rgb(255,150,160); }
div.DivClassName
{
background-color: #FF96A0;
}
.BgClassName
{
background-color: #FF96A0;
}
</style>
border-color css
<style>
span { border-color: #FF96A0; }
span { border-color: rgb(255,150,160); }
td.TdClassName
{
border-color: #FF96A0;
}
.TagClassName
{
border-color: #FF96A0;
}
</style>