Shades of Wewak #FB848C
Tints of Wewak #FB848C
RGB
CMYK
RGB Variations
Color information
#FB848C (or 0xFB848C) is known color: Wewak. HEX triplet: FB, 84 and 8C. RGB value is (251,132,140). Sum of RGB (Red+Green+Blue) = 251+132+140=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB848C is #047B73. Grayscale: #A8A8A8. Windows color (decimal): -293748 or 9209083. OLE color: 9209083.
HSL color Cylindrical-coordinate representation of color #FB848C: hue angle of 355.97º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB848C is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 140 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.02 |
| HSL | 355.97º | 0.94% | 0.75% | - |
| HSV(B) | 355.97º | 0.47% | 0.98% | - |
| XYZ | 52.77 | 38.91 | 29.54 | - |
| YUV | 168.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 140 | 0 | 0.47 | 0.44 | 0.02 | 355.97 | 0.94 | 0.75 |
| Hex | FB | 84 | 8C | 0 | 2F | 2C | 2 | 164 | 5E | 4B |
| Octal | 373 | 204 | 214 | 0 | 57 | 54 | 2 | 544 | 136 | 113 |
| Binary | 11111011 | 10000100 | 10001100 | 0 | 101111 | 101100 | 10 | 101100100 | 1011110 | 1001011 |
Color Harmonies of #FB848C
Complementary color
Monochromatic Colors of #FB848C
Black with #FB848C
Text Example
Text Example
White with #FB848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB848C; }
p { color: rgb(251,132,140); }
H1.HeaderClassName
{
color: #FB848C;
}
.AnyTagClassName
{
color: #FB848C;
}
</style>
background-color css
<style>
a { background-color: #FB848C; }
a { background-color: rgb(251,132,140); }
div.DivClassName
{
background-color: #FB848C;
}
.BgClassName
{
background-color: #FB848C;
}
</style>
border-color css
<style>
span { border-color: #FB848C; }
span { border-color: rgb(251,132,140); }
td.TdClassName
{
border-color: #FB848C;
}
.TagClassName
{
border-color: #FB848C;
}
</style>