Shades of Wewak #FB8C93
Tints of Wewak #FB8C93
RGB
CMYK
RGB Variations
Color information
#FB8C93 (or 0xFB8C93) is known color: Wewak. HEX triplet: FB, 8C and 93. RGB value is (251,140,147). Sum of RGB (Red+Green+Blue) = 251+140+147=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8C93 is #04736C. Grayscale: #AEAEAE. Windows color (decimal): -291693 or 9669883. OLE color: 9669883.
HSL color Cylindrical-coordinate representation of color #FB8C93: hue angle of 356.22º 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 #FB8C93 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 147 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.02 |
| HSL | 356.22º | 0.93% | 0.77% | - |
| HSV(B) | 356.22º | 0.44% | 0.98% | - |
| XYZ | 54.43 | 41.37 | 32.72 | - |
| YUV | 173.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 147 | 0 | 0.44 | 0.41 | 0.02 | 356.22 | 0.93 | 0.77 |
| Hex | FB | 8C | 93 | 0 | 2C | 29 | 2 | 164 | 5D | 4D |
| Octal | 373 | 214 | 223 | 0 | 54 | 51 | 2 | 544 | 135 | 115 |
| Binary | 11111011 | 10001100 | 10010011 | 0 | 101100 | 101001 | 10 | 101100100 | 1011101 | 1001101 |
Color Harmonies of #FB8C93
Complementary color
Monochromatic Colors of #FB8C93
Black with #FB8C93
Text Example
Text Example
White with #FB8C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C93; }
p { color: rgb(251,140,147); }
H1.HeaderClassName
{
color: #FB8C93;
}
.AnyTagClassName
{
color: #FB8C93;
}
</style>
background-color css
<style>
a { background-color: #FB8C93; }
a { background-color: rgb(251,140,147); }
div.DivClassName
{
background-color: #FB8C93;
}
.BgClassName
{
background-color: #FB8C93;
}
</style>
border-color css
<style>
span { border-color: #FB8C93; }
span { border-color: rgb(251,140,147); }
td.TdClassName
{
border-color: #FB8C93;
}
.TagClassName
{
border-color: #FB8C93;
}
</style>