Shades of Wewak #FD838B
Tints of Wewak #FD838B
RGB
CMYK
RGB Variations
Color information
#FD838B (or 0xFD838B) is known color: Wewak. HEX triplet: FD, 83 and 8B. RGB value is (253,131,139). Sum of RGB (Red+Green+Blue) = 253+131+139=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FD838B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD838B is #027C74. Grayscale: #A8A8A8. Windows color (decimal): -162933 or 9143293. OLE color: 9143293.
HSL color Cylindrical-coordinate representation of color #FD838B: hue angle of 356.07º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FD838B is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 139 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.01 |
| HSL | 356.07º | 0.97% | 0.75% | - |
| HSV(B) | 356.07º | 0.48% | 0.99% | - |
| XYZ | 53.28 | 38.98 | 29.14 | - |
| YUV | 168.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 139 | 0 | 0.48 | 0.45 | 0.01 | 356.07 | 0.97 | 0.75 |
| Hex | FD | 83 | 8B | 0 | 30 | 2D | 1 | 164 | 61 | 4B |
| Octal | 375 | 203 | 213 | 0 | 60 | 55 | 1 | 544 | 141 | 113 |
| Binary | 11111101 | 10000011 | 10001011 | 0 | 110000 | 101101 | 1 | 101100100 | 1100001 | 1001011 |
Color Harmonies of #FD838B
Complementary color
Monochromatic Colors of #FD838B
Black with #FD838B
Text Example
Text Example
White with #FD838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD838B; }
p { color: rgb(253,131,139); }
H1.HeaderClassName
{
color: #FD838B;
}
.AnyTagClassName
{
color: #FD838B;
}
</style>
background-color css
<style>
a { background-color: #FD838B; }
a { background-color: rgb(253,131,139); }
div.DivClassName
{
background-color: #FD838B;
}
.BgClassName
{
background-color: #FD838B;
}
</style>
border-color css
<style>
span { border-color: #FD838B; }
span { border-color: rgb(253,131,139); }
td.TdClassName
{
border-color: #FD838B;
}
.TagClassName
{
border-color: #FD838B;
}
</style>