Shades of Wewak #FB848E
Tints of Wewak #FB848E
RGB
CMYK
RGB Variations
Color information
#FB848E (or 0xFB848E) is known color: Wewak. HEX triplet: FB, 84 and 8E. RGB value is (251,132,142). Sum of RGB (Red+Green+Blue) = 251+132+142=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB848E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB848E is #047B71. Grayscale: #A8A8A8. Windows color (decimal): -293746 or 9340155. OLE color: 9340155.
HSL color Cylindrical-coordinate representation of color #FB848E: hue angle of 354.96º 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 #FB848E is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 142 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.02 |
| HSL | 354.96º | 0.94% | 0.75% | - |
| HSV(B) | 354.96º | 0.47% | 0.98% | - |
| XYZ | 52.92 | 38.96 | 30.32 | - |
| YUV | 168.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 142 | 0 | 0.47 | 0.43 | 0.02 | 354.96 | 0.94 | 0.75 |
| Hex | FB | 84 | 8E | 0 | 2F | 2B | 2 | 163 | 5E | 4B |
| Octal | 373 | 204 | 216 | 0 | 57 | 53 | 2 | 543 | 136 | 113 |
| Binary | 11111011 | 10000100 | 10001110 | 0 | 101111 | 101011 | 10 | 101100011 | 1011110 | 1001011 |
Color Harmonies of #FB848E
Complementary color
Monochromatic Colors of #FB848E
Black with #FB848E
Text Example
Text Example
White with #FB848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB848E; }
p { color: rgb(251,132,142); }
H1.HeaderClassName
{
color: #FB848E;
}
.AnyTagClassName
{
color: #FB848E;
}
</style>
background-color css
<style>
a { background-color: #FB848E; }
a { background-color: rgb(251,132,142); }
div.DivClassName
{
background-color: #FB848E;
}
.BgClassName
{
background-color: #FB848E;
}
</style>
border-color css
<style>
span { border-color: #FB848E; }
span { border-color: rgb(251,132,142); }
td.TdClassName
{
border-color: #FB848E;
}
.TagClassName
{
border-color: #FB848E;
}
</style>