Shades of Wewak #FB8C99
Tints of Wewak #FB8C99
RGB
CMYK
RGB Variations
Color information
#FB8C99 (or 0xFB8C99) is known color: Wewak. HEX triplet: FB, 8C and 99. RGB value is (251,140,153). Sum of RGB (Red+Green+Blue) = 251+140+153=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8C99 is #047366. Grayscale: #AEAEAE. Windows color (decimal): -291687 or 10063099. OLE color: 10063099.
HSL color Cylindrical-coordinate representation of color #FB8C99: hue angle of 352.97º 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 #FB8C99 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 153 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.02 |
| HSL | 352.97º | 0.93% | 0.77% | - |
| HSV(B) | 352.97º | 0.44% | 0.98% | - |
| XYZ | 54.91 | 41.57 | 35.27 | - |
| YUV | 174.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 153 | 0 | 0.44 | 0.39 | 0.02 | 352.97 | 0.93 | 0.77 |
| Hex | FB | 8C | 99 | 0 | 2C | 27 | 2 | 161 | 5D | 4D |
| Octal | 373 | 214 | 231 | 0 | 54 | 47 | 2 | 541 | 135 | 115 |
| Binary | 11111011 | 10001100 | 10011001 | 0 | 101100 | 100111 | 10 | 101100001 | 1011101 | 1001101 |
Color Harmonies of #FB8C99
Complementary color
Monochromatic Colors of #FB8C99
Black with #FB8C99
Text Example
Text Example
White with #FB8C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C99; }
p { color: rgb(251,140,153); }
H1.HeaderClassName
{
color: #FB8C99;
}
.AnyTagClassName
{
color: #FB8C99;
}
</style>
background-color css
<style>
a { background-color: #FB8C99; }
a { background-color: rgb(251,140,153); }
div.DivClassName
{
background-color: #FB8C99;
}
.BgClassName
{
background-color: #FB8C99;
}
</style>
border-color css
<style>
span { border-color: #FB8C99; }
span { border-color: rgb(251,140,153); }
td.TdClassName
{
border-color: #FB8C99;
}
.TagClassName
{
border-color: #FB8C99;
}
</style>