Shades of Wewak #FF9697
Tints of Wewak #FF9697
RGB
CMYK
RGB Variations
Color information
#FF9697 (or 0xFF9697) is known color: Wewak. HEX triplet: FF, 96 and 97. RGB value is (255,150,151). Sum of RGB (Red+Green+Blue) = 255+150+151=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9697 is #006968. Grayscale: #B5B5B5. Windows color (decimal): -26985 or 9934591. OLE color: 9934591.
HSL color Cylindrical-coordinate representation of color #FF9697: hue angle of 359.43º 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 #FF9697 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 151 | - |
| CMYK | 0 | 0.41 | 0.41 | 0 |
| HSL | 359.43º | 1% | 0.79% | - |
| HSV(B) | 359.43º | 0.41% | 1% | - |
| XYZ | 57.73 | 45.31 | 34.98 | - |
| YUV | 181.51 | 110.79 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 151 | 0 | 0.41 | 0.41 | 0 | 359.43 | 1 | 0.79 |
| Hex | FF | 96 | 97 | 0 | 29 | 29 | 0 | 167 | 64 | 4F |
| Octal | 377 | 226 | 227 | 0 | 51 | 51 | 0 | 547 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10010111 | 0 | 101001 | 101001 | 0 | 101100111 | 1100100 | 1001111 |
Color Harmonies of #FF9697
Complementary color
Monochromatic Colors of #FF9697
Black with #FF9697
Text Example
Text Example
White with #FF9697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9697; }
p { color: rgb(255,150,151); }
H1.HeaderClassName
{
color: #FF9697;
}
.AnyTagClassName
{
color: #FF9697;
}
</style>
background-color css
<style>
a { background-color: #FF9697; }
a { background-color: rgb(255,150,151); }
div.DivClassName
{
background-color: #FF9697;
}
.BgClassName
{
background-color: #FF9697;
}
</style>
border-color css
<style>
span { border-color: #FF9697; }
span { border-color: rgb(255,150,151); }
td.TdClassName
{
border-color: #FF9697;
}
.TagClassName
{
border-color: #FF9697;
}
</style>