Shades of Wewak #FF9BA2
Tints of Wewak #FF9BA2
RGB
CMYK
RGB Variations
Color information
#FF9BA2 (or 0xFF9BA2) is known color: Wewak. HEX triplet: FF, 9B and A2. RGB value is (255,155,162). Sum of RGB (Red+Green+Blue) = 255+155+162=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 162 (63.67% from 255 or 28.32% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9BA2 is #00645D. Grayscale: #B9B9B9. Windows color (decimal): -25694 or 10656767. OLE color: 10656767.
HSL color Cylindrical-coordinate representation of color #FF9BA2: hue angle of 355.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9BA2 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 162 | - |
| CMYK | 0 | 0.39 | 0.36 | 0 |
| HSL | 355.8º | 1% | 0.8% | - |
| HSV(B) | 355.8º | 0.39% | 1% | - |
| XYZ | 59.48 | 47.31 | 40.18 | - |
| YUV | 185.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 162 | 0 | 0.39 | 0.36 | 0 | 355.8 | 1 | 0.8 |
| Hex | FF | 9B | A2 | 0 | 27 | 24 | 0 | 164 | 64 | 50 |
| Octal | 377 | 233 | 242 | 0 | 47 | 44 | 0 | 544 | 144 | 120 |
| Binary | 11111111 | 10011011 | 10100010 | 0 | 100111 | 100100 | 0 | 101100100 | 1100100 | 1010000 |
Color Harmonies of #FF9BA2
Complementary color
Monochromatic Colors of #FF9BA2
Black with #FF9BA2
Text Example
Text Example
White with #FF9BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BA2; }
p { color: rgb(255,155,162); }
H1.HeaderClassName
{
color: #FF9BA2;
}
.AnyTagClassName
{
color: #FF9BA2;
}
</style>
background-color css
<style>
a { background-color: #FF9BA2; }
a { background-color: rgb(255,155,162); }
div.DivClassName
{
background-color: #FF9BA2;
}
.BgClassName
{
background-color: #FF9BA2;
}
</style>
border-color css
<style>
span { border-color: #FF9BA2; }
span { border-color: rgb(255,155,162); }
td.TdClassName
{
border-color: #FF9BA2;
}
.TagClassName
{
border-color: #FF9BA2;
}
</style>