Shades of Wewak #FB8F9C
Tints of Wewak #FB8F9C
RGB
CMYK
RGB Variations
Color information
#FB8F9C (or 0xFB8F9C) is known color: Wewak. HEX triplet: FB, 8F and 9C. RGB value is (251,143,156). Sum of RGB (Red+Green+Blue) = 251+143+156=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8F9C is #047063. Grayscale: #B0B0B0. Windows color (decimal): -290916 or 10260475. OLE color: 10260475.
HSL color Cylindrical-coordinate representation of color #FB8F9C: hue angle of 352.78º 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 #FB8F9C is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 156 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.02 |
| HSL | 352.78º | 0.93% | 0.77% | - |
| HSV(B) | 352.78º | 0.43% | 0.98% | - |
| XYZ | 55.61 | 42.55 | 36.74 | - |
| YUV | 176.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 156 | 0 | 0.43 | 0.38 | 0.02 | 352.78 | 0.93 | 0.77 |
| Hex | FB | 8F | 9C | 0 | 2B | 26 | 2 | 161 | 5D | 4D |
| Octal | 373 | 217 | 234 | 0 | 53 | 46 | 2 | 541 | 135 | 115 |
| Binary | 11111011 | 10001111 | 10011100 | 0 | 101011 | 100110 | 10 | 101100001 | 1011101 | 1001101 |
Color Harmonies of #FB8F9C
Complementary color
Monochromatic Colors of #FB8F9C
Black with #FB8F9C
Text Example
Text Example
White with #FB8F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F9C; }
p { color: rgb(251,143,156); }
H1.HeaderClassName
{
color: #FB8F9C;
}
.AnyTagClassName
{
color: #FB8F9C;
}
</style>
background-color css
<style>
a { background-color: #FB8F9C; }
a { background-color: rgb(251,143,156); }
div.DivClassName
{
background-color: #FB8F9C;
}
.BgClassName
{
background-color: #FB8F9C;
}
</style>
border-color css
<style>
span { border-color: #FB8F9C; }
span { border-color: rgb(251,143,156); }
td.TdClassName
{
border-color: #FB8F9C;
}
.TagClassName
{
border-color: #FB8F9C;
}
</style>