Shades of Wewak #FB8A9D
Tints of Wewak #FB8A9D
RGB
CMYK
RGB Variations
Color information
#FB8A9D (or 0xFB8A9D) is known color: Wewak. HEX triplet: FB, 8A and 9D. RGB value is (251,138,157). Sum of RGB (Red+Green+Blue) = 251+138+157=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8A9D is #047562. Grayscale: #ADADAD. Windows color (decimal): -292195 or 10324731. OLE color: 10324731.
HSL color Cylindrical-coordinate representation of color #FB8A9D: hue angle of 349.91º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8A9D is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 157 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.02 |
| HSL | 349.91º | 0.93% | 0.76% | - |
| HSV(B) | 349.91º | 0.45% | 0.98% | - |
| XYZ | 54.96 | 41.12 | 36.94 | - |
| YUV | 173.95 | 118.44 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 157 | 0 | 0.45 | 0.37 | 0.02 | 349.91 | 0.93 | 0.76 |
| Hex | FB | 8A | 9D | 0 | 2D | 25 | 2 | 15E | 5D | 4C |
| Octal | 373 | 212 | 235 | 0 | 55 | 45 | 2 | 536 | 135 | 114 |
| Binary | 11111011 | 10001010 | 10011101 | 0 | 101101 | 100101 | 10 | 101011110 | 1011101 | 1001100 |
Color Harmonies of #FB8A9D
Complementary color
Monochromatic Colors of #FB8A9D
Black with #FB8A9D
Text Example
Text Example
White with #FB8A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8A9D; }
p { color: rgb(251,138,157); }
H1.HeaderClassName
{
color: #FB8A9D;
}
.AnyTagClassName
{
color: #FB8A9D;
}
</style>
background-color css
<style>
a { background-color: #FB8A9D; }
a { background-color: rgb(251,138,157); }
div.DivClassName
{
background-color: #FB8A9D;
}
.BgClassName
{
background-color: #FB8A9D;
}
</style>
border-color css
<style>
span { border-color: #FB8A9D; }
span { border-color: rgb(251,138,157); }
td.TdClassName
{
border-color: #FB8A9D;
}
.TagClassName
{
border-color: #FB8A9D;
}
</style>