Shades of Wewak #FB9299
Tints of Wewak #FB9299
RGB
CMYK
RGB Variations
Color information
#FB9299 (or 0xFB9299) is known color: Wewak. HEX triplet: FB, 92 and 99. RGB value is (251,146,153). Sum of RGB (Red+Green+Blue) = 251+146+153=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9299 is #046D66. Grayscale: #B2B2B2. Windows color (decimal): -290151 or 10064635. OLE color: 10064635.
HSL color Cylindrical-coordinate representation of color #FB9299: hue angle of 356º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB9299 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 153 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.02 |
| HSL | 356º | 0.93% | 0.78% | - |
| HSV(B) | 356º | 0.42% | 0.98% | - |
| XYZ | 55.81 | 43.37 | 35.57 | - |
| YUV | 178.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 153 | 0 | 0.42 | 0.39 | 0.02 | 356 | 0.93 | 0.78 |
| Hex | FB | 92 | 99 | 0 | 2A | 27 | 2 | 164 | 5D | 4E |
| Octal | 373 | 222 | 231 | 0 | 52 | 47 | 2 | 544 | 135 | 116 |
| Binary | 11111011 | 10010010 | 10011001 | 0 | 101010 | 100111 | 10 | 101100100 | 1011101 | 1001110 |
Color Harmonies of #FB9299
Complementary color
Monochromatic Colors of #FB9299
Black with #FB9299
Text Example
Text Example
White with #FB9299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9299; }
p { color: rgb(251,146,153); }
H1.HeaderClassName
{
color: #FB9299;
}
.AnyTagClassName
{
color: #FB9299;
}
</style>
background-color css
<style>
a { background-color: #FB9299; }
a { background-color: rgb(251,146,153); }
div.DivClassName
{
background-color: #FB9299;
}
.BgClassName
{
background-color: #FB9299;
}
</style>
border-color css
<style>
span { border-color: #FB9299; }
span { border-color: rgb(251,146,153); }
td.TdClassName
{
border-color: #FB9299;
}
.TagClassName
{
border-color: #FB9299;
}
</style>