Shades of Wewak #FB858E
Tints of Wewak #FB858E
RGB
CMYK
RGB Variations
Color information
#FB858E (or 0xFB858E) is known color: Wewak. HEX triplet: FB, 85 and 8E. RGB value is (251,133,142). Sum of RGB (Red+Green+Blue) = 251+133+142=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB858E is #047A71. Grayscale: #A9A9A9. Windows color (decimal): -293490 or 9340411. OLE color: 9340411.
HSL color Cylindrical-coordinate representation of color #FB858E: hue angle of 355.42º 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 #FB858E is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 142 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.02 |
| HSL | 355.42º | 0.94% | 0.75% | - |
| HSV(B) | 355.42º | 0.47% | 0.98% | - |
| XYZ | 53.05 | 39.24 | 30.37 | - |
| YUV | 169.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 142 | 0 | 0.47 | 0.43 | 0.02 | 355.42 | 0.94 | 0.75 |
| Hex | FB | 85 | 8E | 0 | 2F | 2B | 2 | 163 | 5E | 4B |
| Octal | 373 | 205 | 216 | 0 | 57 | 53 | 2 | 543 | 136 | 113 |
| Binary | 11111011 | 10000101 | 10001110 | 0 | 101111 | 101011 | 10 | 101100011 | 1011110 | 1001011 |
Color Harmonies of #FB858E
Complementary color
Monochromatic Colors of #FB858E
Black with #FB858E
Text Example
Text Example
White with #FB858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB858E; }
p { color: rgb(251,133,142); }
H1.HeaderClassName
{
color: #FB858E;
}
.AnyTagClassName
{
color: #FB858E;
}
</style>
background-color css
<style>
a { background-color: #FB858E; }
a { background-color: rgb(251,133,142); }
div.DivClassName
{
background-color: #FB858E;
}
.BgClassName
{
background-color: #FB858E;
}
</style>
border-color css
<style>
span { border-color: #FB858E; }
span { border-color: rgb(251,133,142); }
td.TdClassName
{
border-color: #FB858E;
}
.TagClassName
{
border-color: #FB858E;
}
</style>