Shades of Wewak #FF9BA4
Tints of Wewak #FF9BA4
RGB
CMYK
RGB Variations
Color information
#FF9BA4 (or 0xFF9BA4) is known color: Wewak. HEX triplet: FF, 9B and A4. RGB value is (255,155,164). Sum of RGB (Red+Green+Blue) = 255+155+164=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9BA4 is #00645B. Grayscale: #B9B9B9. Windows color (decimal): -25692 or 10787839. OLE color: 10787839.
HSL color Cylindrical-coordinate representation of color #FF9BA4: hue angle of 354.6º 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 #FF9BA4 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 164 | - |
| CMYK | 0 | 0.39 | 0.36 | 0 |
| HSL | 354.6º | 1% | 0.8% | - |
| HSV(B) | 354.6º | 0.39% | 1% | - |
| XYZ | 59.66 | 47.38 | 41.12 | - |
| YUV | 185.93 | 115.63 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 164 | 0 | 0.39 | 0.36 | 0 | 354.6 | 1 | 0.8 |
| Hex | FF | 9B | A4 | 0 | 27 | 24 | 0 | 163 | 64 | 50 |
| Octal | 377 | 233 | 244 | 0 | 47 | 44 | 0 | 543 | 144 | 120 |
| Binary | 11111111 | 10011011 | 10100100 | 0 | 100111 | 100100 | 0 | 101100011 | 1100100 | 1010000 |
Color Harmonies of #FF9BA4
Complementary color
Monochromatic Colors of #FF9BA4
Black with #FF9BA4
Text Example
Text Example
White with #FF9BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BA4; }
p { color: rgb(255,155,164); }
H1.HeaderClassName
{
color: #FF9BA4;
}
.AnyTagClassName
{
color: #FF9BA4;
}
</style>
background-color css
<style>
a { background-color: #FF9BA4; }
a { background-color: rgb(255,155,164); }
div.DivClassName
{
background-color: #FF9BA4;
}
.BgClassName
{
background-color: #FF9BA4;
}
</style>
border-color css
<style>
span { border-color: #FF9BA4; }
span { border-color: rgb(255,155,164); }
td.TdClassName
{
border-color: #FF9BA4;
}
.TagClassName
{
border-color: #FF9BA4;
}
</style>