Shades of Wewak #FF959B
Tints of Wewak #FF959B
RGB
CMYK
RGB Variations
Color information
#FF959B (or 0xFF959B) is known color: Wewak. HEX triplet: FF, 95 and 9B. RGB value is (255,149,155). Sum of RGB (Red+Green+Blue) = 255+149+155=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF959B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF959B is #006A64. Grayscale: #B5B5B5. Windows color (decimal): -27237 or 10196479. OLE color: 10196479.
HSL color Cylindrical-coordinate representation of color #FF959B: hue angle of 356.6º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF959B is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 155 | - |
| CMYK | 0 | 0.42 | 0.39 | 0 |
| HSL | 356.6º | 1% | 0.79% | - |
| HSV(B) | 356.6º | 0.42% | 1% | - |
| XYZ | 57.9 | 45.12 | 36.67 | - |
| YUV | 181.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 155 | 0 | 0.42 | 0.39 | 0 | 356.6 | 1 | 0.79 |
| Hex | FF | 95 | 9B | 0 | 2A | 27 | 0 | 165 | 64 | 4F |
| Octal | 377 | 225 | 233 | 0 | 52 | 47 | 0 | 545 | 144 | 117 |
| Binary | 11111111 | 10010101 | 10011011 | 0 | 101010 | 100111 | 0 | 101100101 | 1100100 | 1001111 |
Color Harmonies of #FF959B
Complementary color
Monochromatic Colors of #FF959B
Black with #FF959B
Text Example
Text Example
White with #FF959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF959B; }
p { color: rgb(255,149,155); }
H1.HeaderClassName
{
color: #FF959B;
}
.AnyTagClassName
{
color: #FF959B;
}
</style>
background-color css
<style>
a { background-color: #FF959B; }
a { background-color: rgb(255,149,155); }
div.DivClassName
{
background-color: #FF959B;
}
.BgClassName
{
background-color: #FF959B;
}
</style>
border-color css
<style>
span { border-color: #FF959B; }
span { border-color: rgb(255,149,155); }
td.TdClassName
{
border-color: #FF959B;
}
.TagClassName
{
border-color: #FF959B;
}
</style>