Shades of Wewak #FB858C
Tints of Wewak #FB858C
RGB
CMYK
RGB Variations
Color information
#FB858C (or 0xFB858C) is known color: Wewak. HEX triplet: FB, 85 and 8C. RGB value is (251,133,140). Sum of RGB (Red+Green+Blue) = 251+133+140=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB858C is #047A73. Grayscale: #A9A9A9. Windows color (decimal): -293492 or 9209339. OLE color: 9209339.
HSL color Cylindrical-coordinate representation of color #FB858C: hue angle of 356.44º 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 #FB858C is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 140 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.02 |
| HSL | 356.44º | 0.94% | 0.75% | - |
| HSV(B) | 356.44º | 0.47% | 0.98% | - |
| XYZ | 52.9 | 39.18 | 29.58 | - |
| YUV | 169.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 140 | 0 | 0.47 | 0.44 | 0.02 | 356.44 | 0.94 | 0.75 |
| Hex | FB | 85 | 8C | 0 | 2F | 2C | 2 | 164 | 5E | 4B |
| Octal | 373 | 205 | 214 | 0 | 57 | 54 | 2 | 544 | 136 | 113 |
| Binary | 11111011 | 10000101 | 10001100 | 0 | 101111 | 101100 | 10 | 101100100 | 1011110 | 1001011 |
Color Harmonies of #FB858C
Complementary color
Monochromatic Colors of #FB858C
Black with #FB858C
Text Example
Text Example
White with #FB858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB858C; }
p { color: rgb(251,133,140); }
H1.HeaderClassName
{
color: #FB858C;
}
.AnyTagClassName
{
color: #FB858C;
}
</style>
background-color css
<style>
a { background-color: #FB858C; }
a { background-color: rgb(251,133,140); }
div.DivClassName
{
background-color: #FB858C;
}
.BgClassName
{
background-color: #FB858C;
}
</style>
border-color css
<style>
span { border-color: #FB858C; }
span { border-color: rgb(251,133,140); }
td.TdClassName
{
border-color: #FB858C;
}
.TagClassName
{
border-color: #FB858C;
}
</style>