Shades of Wewak #FB818A
Tints of Wewak #FB818A
RGB
CMYK
RGB Variations
Color information
#FB818A (or 0xFB818A) is known color: Wewak. HEX triplet: FB, 81 and 8A. RGB value is (251,129,138). Sum of RGB (Red+Green+Blue) = 251+129+138=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB818A is #047E75. Grayscale: #A6A6A6. Windows color (decimal): -294518 or 9077243. OLE color: 9077243.
HSL color Cylindrical-coordinate representation of color #FB818A: hue angle of 355.57º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB818A is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 138 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.02 |
| HSL | 355.57º | 0.94% | 0.75% | - |
| HSV(B) | 355.57º | 0.49% | 0.98% | - |
| XYZ | 52.22 | 38.04 | 28.64 | - |
| YUV | 166.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 138 | 0 | 0.49 | 0.45 | 0.02 | 355.57 | 0.94 | 0.75 |
| Hex | FB | 81 | 8A | 0 | 31 | 2D | 2 | 164 | 5E | 4B |
| Octal | 373 | 201 | 212 | 0 | 61 | 55 | 2 | 544 | 136 | 113 |
| Binary | 11111011 | 10000001 | 10001010 | 0 | 110001 | 101101 | 10 | 101100100 | 1011110 | 1001011 |
Color Harmonies of #FB818A
Complementary color
Monochromatic Colors of #FB818A
Black with #FB818A
Text Example
Text Example
White with #FB818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB818A; }
p { color: rgb(251,129,138); }
H1.HeaderClassName
{
color: #FB818A;
}
.AnyTagClassName
{
color: #FB818A;
}
</style>
background-color css
<style>
a { background-color: #FB818A; }
a { background-color: rgb(251,129,138); }
div.DivClassName
{
background-color: #FB818A;
}
.BgClassName
{
background-color: #FB818A;
}
</style>
border-color css
<style>
span { border-color: #FB818A; }
span { border-color: rgb(251,129,138); }
td.TdClassName
{
border-color: #FB818A;
}
.TagClassName
{
border-color: #FB818A;
}
</style>