Shades of Wewak #FF979B
Tints of Wewak #FF979B
RGB
CMYK
RGB Variations
Color information
#FF979B (or 0xFF979B) is known color: Wewak. HEX triplet: FF, 97 and 9B. RGB value is (255,151,155). Sum of RGB (Red+Green+Blue) = 255+151+155=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF979B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF979B is #006864. Grayscale: #B6B6B6. Windows color (decimal): -26725 or 10196991. OLE color: 10196991.
HSL color Cylindrical-coordinate representation of color #FF979B: hue angle of 357.69º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF979B is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 155 | - |
| CMYK | 0 | 0.41 | 0.39 | 0 |
| HSL | 357.69º | 1% | 0.8% | - |
| HSV(B) | 357.69º | 0.41% | 1% | - |
| XYZ | 58.22 | 45.76 | 36.77 | - |
| YUV | 182.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 155 | 0 | 0.41 | 0.39 | 0 | 357.69 | 1 | 0.8 |
| Hex | FF | 97 | 9B | 0 | 29 | 27 | 0 | 166 | 64 | 50 |
| Octal | 377 | 227 | 233 | 0 | 51 | 47 | 0 | 546 | 144 | 120 |
| Binary | 11111111 | 10010111 | 10011011 | 0 | 101001 | 100111 | 0 | 101100110 | 1100100 | 1010000 |
Color Harmonies of #FF979B
Complementary color
Monochromatic Colors of #FF979B
Black with #FF979B
Text Example
Text Example
White with #FF979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF979B; }
p { color: rgb(255,151,155); }
H1.HeaderClassName
{
color: #FF979B;
}
.AnyTagClassName
{
color: #FF979B;
}
</style>
background-color css
<style>
a { background-color: #FF979B; }
a { background-color: rgb(255,151,155); }
div.DivClassName
{
background-color: #FF979B;
}
.BgClassName
{
background-color: #FF979B;
}
</style>
border-color css
<style>
span { border-color: #FF979B; }
span { border-color: rgb(255,151,155); }
td.TdClassName
{
border-color: #FF979B;
}
.TagClassName
{
border-color: #FF979B;
}
</style>