Shades of Wewak #FB858B
Tints of Wewak #FB858B
RGB
CMYK
RGB Variations
Color information
#FB858B (or 0xFB858B) is known color: Wewak. HEX triplet: FB, 85 and 8B. RGB value is (251,133,139). Sum of RGB (Red+Green+Blue) = 251+133+139=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB858B is #047A74. Grayscale: #A9A9A9. Windows color (decimal): -293493 or 9143803. OLE color: 9143803.
HSL color Cylindrical-coordinate representation of color #FB858B: hue angle of 356.95º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB858B is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 139 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.02 |
| HSL | 356.95º | 0.94% | 0.75% | - |
| HSV(B) | 356.95º | 0.47% | 0.98% | - |
| XYZ | 52.83 | 39.15 | 29.2 | - |
| YUV | 168.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 139 | 0 | 0.47 | 0.45 | 0.02 | 356.95 | 0.94 | 0.75 |
| Hex | FB | 85 | 8B | 0 | 2F | 2D | 2 | 165 | 5E | 4B |
| Octal | 373 | 205 | 213 | 0 | 57 | 55 | 2 | 545 | 136 | 113 |
| Binary | 11111011 | 10000101 | 10001011 | 0 | 101111 | 101101 | 10 | 101100101 | 1011110 | 1001011 |
Color Harmonies of #FB858B
Complementary color
Monochromatic Colors of #FB858B
Black with #FB858B
Text Example
Text Example
White with #FB858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB858B; }
p { color: rgb(251,133,139); }
H1.HeaderClassName
{
color: #FB858B;
}
.AnyTagClassName
{
color: #FB858B;
}
</style>
background-color css
<style>
a { background-color: #FB858B; }
a { background-color: rgb(251,133,139); }
div.DivClassName
{
background-color: #FB858B;
}
.BgClassName
{
background-color: #FB858B;
}
</style>
border-color css
<style>
span { border-color: #FB858B; }
span { border-color: rgb(251,133,139); }
td.TdClassName
{
border-color: #FB858B;
}
.TagClassName
{
border-color: #FB858B;
}
</style>