Shades of Wewak #FB848D
Tints of Wewak #FB848D
RGB
CMYK
RGB Variations
Color information
#FB848D (or 0xFB848D) is known color: Wewak. HEX triplet: FB, 84 and 8D. RGB value is (251,132,141). Sum of RGB (Red+Green+Blue) = 251+132+141=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB848D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB848D is #047B72. Grayscale: #A8A8A8. Windows color (decimal): -293747 or 9274619. OLE color: 9274619.
HSL color Cylindrical-coordinate representation of color #FB848D: hue angle of 355.46º 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 #FB848D is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 141 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.02 |
| HSL | 355.46º | 0.94% | 0.75% | - |
| HSV(B) | 355.46º | 0.47% | 0.98% | - |
| XYZ | 52.84 | 38.93 | 29.93 | - |
| YUV | 168.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 141 | 0 | 0.47 | 0.44 | 0.02 | 355.46 | 0.94 | 0.75 |
| Hex | FB | 84 | 8D | 0 | 2F | 2C | 2 | 163 | 5E | 4B |
| Octal | 373 | 204 | 215 | 0 | 57 | 54 | 2 | 543 | 136 | 113 |
| Binary | 11111011 | 10000100 | 10001101 | 0 | 101111 | 101100 | 10 | 101100011 | 1011110 | 1001011 |
Color Harmonies of #FB848D
Complementary color
Monochromatic Colors of #FB848D
Black with #FB848D
Text Example
Text Example
White with #FB848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB848D; }
p { color: rgb(251,132,141); }
H1.HeaderClassName
{
color: #FB848D;
}
.AnyTagClassName
{
color: #FB848D;
}
</style>
background-color css
<style>
a { background-color: #FB848D; }
a { background-color: rgb(251,132,141); }
div.DivClassName
{
background-color: #FB848D;
}
.BgClassName
{
background-color: #FB848D;
}
</style>
border-color css
<style>
span { border-color: #FB848D; }
span { border-color: rgb(251,132,141); }
td.TdClassName
{
border-color: #FB848D;
}
.TagClassName
{
border-color: #FB848D;
}
</style>