Shades of Wewak #FB8C95
Tints of Wewak #FB8C95
RGB
CMYK
RGB Variations
Color information
#FB8C95 (or 0xFB8C95) is known color: Wewak. HEX triplet: FB, 8C and 95. RGB value is (251,140,149). Sum of RGB (Red+Green+Blue) = 251+140+149=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8C95 is #04736A. Grayscale: #AEAEAE. Windows color (decimal): -291691 or 9800955. OLE color: 9800955.
HSL color Cylindrical-coordinate representation of color #FB8C95: hue angle of 355.14º 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 #FB8C95 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 149 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.02 |
| HSL | 355.14º | 0.93% | 0.77% | - |
| HSV(B) | 355.14º | 0.44% | 0.98% | - |
| XYZ | 54.59 | 41.44 | 33.55 | - |
| YUV | 174.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 149 | 0 | 0.44 | 0.41 | 0.02 | 355.14 | 0.93 | 0.77 |
| Hex | FB | 8C | 95 | 0 | 2C | 29 | 2 | 163 | 5D | 4D |
| Octal | 373 | 214 | 225 | 0 | 54 | 51 | 2 | 543 | 135 | 115 |
| Binary | 11111011 | 10001100 | 10010101 | 0 | 101100 | 101001 | 10 | 101100011 | 1011101 | 1001101 |
Color Harmonies of #FB8C95
Complementary color
Monochromatic Colors of #FB8C95
Black with #FB8C95
Text Example
Text Example
White with #FB8C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C95; }
p { color: rgb(251,140,149); }
H1.HeaderClassName
{
color: #FB8C95;
}
.AnyTagClassName
{
color: #FB8C95;
}
</style>
background-color css
<style>
a { background-color: #FB8C95; }
a { background-color: rgb(251,140,149); }
div.DivClassName
{
background-color: #FB8C95;
}
.BgClassName
{
background-color: #FB8C95;
}
</style>
border-color css
<style>
span { border-color: #FB8C95; }
span { border-color: rgb(251,140,149); }
td.TdClassName
{
border-color: #FB8C95;
}
.TagClassName
{
border-color: #FB8C95;
}
</style>