Shades of Wewak #FB858D
Tints of Wewak #FB858D
RGB
CMYK
RGB Variations
Color information
#FB858D (or 0xFB858D) is known color: Wewak. HEX triplet: FB, 85 and 8D. RGB value is (251,133,141). Sum of RGB (Red+Green+Blue) = 251+133+141=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB858D is #047A72. Grayscale: #A9A9A9. Windows color (decimal): -293491 or 9274875. OLE color: 9274875.
HSL color Cylindrical-coordinate representation of color #FB858D: hue angle of 355.93º 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 #FB858D is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 141 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.02 |
| HSL | 355.93º | 0.94% | 0.75% | - |
| HSV(B) | 355.93º | 0.47% | 0.98% | - |
| XYZ | 52.98 | 39.21 | 29.97 | - |
| YUV | 169.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 141 | 0 | 0.47 | 0.44 | 0.02 | 355.93 | 0.94 | 0.75 |
| Hex | FB | 85 | 8D | 0 | 2F | 2C | 2 | 164 | 5E | 4B |
| Octal | 373 | 205 | 215 | 0 | 57 | 54 | 2 | 544 | 136 | 113 |
| Binary | 11111011 | 10000101 | 10001101 | 0 | 101111 | 101100 | 10 | 101100100 | 1011110 | 1001011 |
Color Harmonies of #FB858D
Complementary color
Monochromatic Colors of #FB858D
Black with #FB858D
Text Example
Text Example
White with #FB858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB858D; }
p { color: rgb(251,133,141); }
H1.HeaderClassName
{
color: #FB858D;
}
.AnyTagClassName
{
color: #FB858D;
}
</style>
background-color css
<style>
a { background-color: #FB858D; }
a { background-color: rgb(251,133,141); }
div.DivClassName
{
background-color: #FB858D;
}
.BgClassName
{
background-color: #FB858D;
}
</style>
border-color css
<style>
span { border-color: #FB858D; }
span { border-color: rgb(251,133,141); }
td.TdClassName
{
border-color: #FB858D;
}
.TagClassName
{
border-color: #FB858D;
}
</style>