Shades of Wewak #FB8C9A
Tints of Wewak #FB8C9A
RGB
CMYK
RGB Variations
Color information
#FB8C9A (or 0xFB8C9A) is known color: Wewak. HEX triplet: FB, 8C and 9A. RGB value is (251,140,154). Sum of RGB (Red+Green+Blue) = 251+140+154=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8C9A is #047365. Grayscale: #AEAEAE. Windows color (decimal): -291686 or 10128635. OLE color: 10128635.
HSL color Cylindrical-coordinate representation of color #FB8C9A: hue angle of 352.43º 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 #FB8C9A is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 154 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.02 |
| HSL | 352.43º | 0.93% | 0.77% | - |
| HSV(B) | 352.43º | 0.44% | 0.98% | - |
| XYZ | 54.99 | 41.6 | 35.7 | - |
| YUV | 174.79 | 116.27 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 154 | 0 | 0.44 | 0.39 | 0.02 | 352.43 | 0.93 | 0.77 |
| Hex | FB | 8C | 9A | 0 | 2C | 27 | 2 | 160 | 5D | 4D |
| Octal | 373 | 214 | 232 | 0 | 54 | 47 | 2 | 540 | 135 | 115 |
| Binary | 11111011 | 10001100 | 10011010 | 0 | 101100 | 100111 | 10 | 101100000 | 1011101 | 1001101 |
Color Harmonies of #FB8C9A
Complementary color
Monochromatic Colors of #FB8C9A
Black with #FB8C9A
Text Example
Text Example
White with #FB8C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C9A; }
p { color: rgb(251,140,154); }
H1.HeaderClassName
{
color: #FB8C9A;
}
.AnyTagClassName
{
color: #FB8C9A;
}
</style>
background-color css
<style>
a { background-color: #FB8C9A; }
a { background-color: rgb(251,140,154); }
div.DivClassName
{
background-color: #FB8C9A;
}
.BgClassName
{
background-color: #FB8C9A;
}
</style>
border-color css
<style>
span { border-color: #FB8C9A; }
span { border-color: rgb(251,140,154); }
td.TdClassName
{
border-color: #FB8C9A;
}
.TagClassName
{
border-color: #FB8C9A;
}
</style>