Shades of Wewak #FB8D9D
Tints of Wewak #FB8D9D
RGB
CMYK
RGB Variations
Color information
#FB8D9D (or 0xFB8D9D) is known color: Wewak. HEX triplet: FB, 8D and 9D. RGB value is (251,141,157). Sum of RGB (Red+Green+Blue) = 251+141+157=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8D9D is #047262. Grayscale: #AFAFAF. Windows color (decimal): -291427 or 10325499. OLE color: 10325499.
HSL color Cylindrical-coordinate representation of color #FB8D9D: hue angle of 351.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8D9D is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 157 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.02 |
| HSL | 351.27º | 0.93% | 0.77% | - |
| HSV(B) | 351.27º | 0.44% | 0.98% | - |
| XYZ | 55.39 | 41.99 | 37.08 | - |
| YUV | 175.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 157 | 0 | 0.44 | 0.37 | 0.02 | 351.27 | 0.93 | 0.77 |
| Hex | FB | 8D | 9D | 0 | 2C | 25 | 2 | 15F | 5D | 4D |
| Octal | 373 | 215 | 235 | 0 | 54 | 45 | 2 | 537 | 135 | 115 |
| Binary | 11111011 | 10001101 | 10011101 | 0 | 101100 | 100101 | 10 | 101011111 | 1011101 | 1001101 |
Color Harmonies of #FB8D9D
Complementary color
Monochromatic Colors of #FB8D9D
Black with #FB8D9D
Text Example
Text Example
White with #FB8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D9D; }
p { color: rgb(251,141,157); }
H1.HeaderClassName
{
color: #FB8D9D;
}
.AnyTagClassName
{
color: #FB8D9D;
}
</style>
background-color css
<style>
a { background-color: #FB8D9D; }
a { background-color: rgb(251,141,157); }
div.DivClassName
{
background-color: #FB8D9D;
}
.BgClassName
{
background-color: #FB8D9D;
}
</style>
border-color css
<style>
span { border-color: #FB8D9D; }
span { border-color: rgb(251,141,157); }
td.TdClassName
{
border-color: #FB8D9D;
}
.TagClassName
{
border-color: #FB8D9D;
}
</style>