Shades of Wewak #FB8F9A
Tints of Wewak #FB8F9A
RGB
CMYK
RGB Variations
Color information
#FB8F9A (or 0xFB8F9A) is known color: Wewak. HEX triplet: FB, 8F and 9A. RGB value is (251,143,154). Sum of RGB (Red+Green+Blue) = 251+143+154=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8F9A is #047065. Grayscale: #B0B0B0. Windows color (decimal): -290918 or 10129403. OLE color: 10129403.
HSL color Cylindrical-coordinate representation of color #FB8F9A: hue angle of 353.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8F9A is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 154 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.02 |
| HSL | 353.89º | 0.93% | 0.77% | - |
| HSV(B) | 353.89º | 0.43% | 0.98% | - |
| XYZ | 55.44 | 42.49 | 35.85 | - |
| YUV | 176.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 154 | 0 | 0.43 | 0.39 | 0.02 | 353.89 | 0.93 | 0.77 |
| Hex | FB | 8F | 9A | 0 | 2B | 27 | 2 | 162 | 5D | 4D |
| Octal | 373 | 217 | 232 | 0 | 53 | 47 | 2 | 542 | 135 | 115 |
| Binary | 11111011 | 10001111 | 10011010 | 0 | 101011 | 100111 | 10 | 101100010 | 1011101 | 1001101 |
Color Harmonies of #FB8F9A
Complementary color
Monochromatic Colors of #FB8F9A
Black with #FB8F9A
Text Example
Text Example
White with #FB8F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F9A; }
p { color: rgb(251,143,154); }
H1.HeaderClassName
{
color: #FB8F9A;
}
.AnyTagClassName
{
color: #FB8F9A;
}
</style>
background-color css
<style>
a { background-color: #FB8F9A; }
a { background-color: rgb(251,143,154); }
div.DivClassName
{
background-color: #FB8F9A;
}
.BgClassName
{
background-color: #FB8F9A;
}
</style>
border-color css
<style>
span { border-color: #FB8F9A; }
span { border-color: rgb(251,143,154); }
td.TdClassName
{
border-color: #FB8F9A;
}
.TagClassName
{
border-color: #FB8F9A;
}
</style>