Shades of Wewak #FB8085
Tints of Wewak #FB8085
RGB
CMYK
RGB Variations
Color information
#FB8085 (or 0xFB8085) is known color: Wewak. HEX triplet: FB, 80 and 85. RGB value is (251,128,133). Sum of RGB (Red+Green+Blue) = 251+128+133=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8085 is #047F7A. Grayscale: #A5A5A5. Windows color (decimal): -294779 or 8749307. OLE color: 8749307.
HSL color Cylindrical-coordinate representation of color #FB8085: hue angle of 357.56º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB8085 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 133 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.02 |
| HSL | 357.56º | 0.94% | 0.74% | - |
| HSV(B) | 357.56º | 0.49% | 0.98% | - |
| XYZ | 51.74 | 37.64 | 26.73 | - |
| YUV | 165.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 133 | 0 | 0.49 | 0.47 | 0.02 | 357.56 | 0.94 | 0.74 |
| Hex | FB | 80 | 85 | 0 | 31 | 2F | 2 | 166 | 5E | 4A |
| Octal | 373 | 200 | 205 | 0 | 61 | 57 | 2 | 546 | 136 | 112 |
| Binary | 11111011 | 10000000 | 10000101 | 0 | 110001 | 101111 | 10 | 101100110 | 1011110 | 1001010 |
Color Harmonies of #FB8085
Complementary color
Monochromatic Colors of #FB8085
Black with #FB8085
Text Example
Text Example
White with #FB8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8085; }
p { color: rgb(251,128,133); }
H1.HeaderClassName
{
color: #FB8085;
}
.AnyTagClassName
{
color: #FB8085;
}
</style>
background-color css
<style>
a { background-color: #FB8085; }
a { background-color: rgb(251,128,133); }
div.DivClassName
{
background-color: #FB8085;
}
.BgClassName
{
background-color: #FB8085;
}
</style>
border-color css
<style>
span { border-color: #FB8085; }
span { border-color: rgb(251,128,133); }
td.TdClassName
{
border-color: #FB8085;
}
.TagClassName
{
border-color: #FB8085;
}
</style>