Shades of Wewak #FD838E
Tints of Wewak #FD838E
RGB
CMYK
RGB Variations
Color information
#FD838E (or 0xFD838E) is known color: Wewak. HEX triplet: FD, 83 and 8E. RGB value is (253,131,142). Sum of RGB (Red+Green+Blue) = 253+131+142=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD838E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD838E is #027C71. Grayscale: #A8A8A8. Windows color (decimal): -162930 or 9339901. OLE color: 9339901.
HSL color Cylindrical-coordinate representation of color #FD838E: hue angle of 354.59º 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 #FD838E is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 142 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.01 |
| HSL | 354.59º | 0.97% | 0.75% | - |
| HSV(B) | 354.59º | 0.48% | 0.99% | - |
| XYZ | 53.51 | 39.07 | 30.31 | - |
| YUV | 168.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 142 | 0 | 0.48 | 0.44 | 0.01 | 354.59 | 0.97 | 0.75 |
| Hex | FD | 83 | 8E | 0 | 30 | 2C | 1 | 163 | 61 | 4B |
| Octal | 375 | 203 | 216 | 0 | 60 | 54 | 1 | 543 | 141 | 113 |
| Binary | 11111101 | 10000011 | 10001110 | 0 | 110000 | 101100 | 1 | 101100011 | 1100001 | 1001011 |
Color Harmonies of #FD838E
Complementary color
Monochromatic Colors of #FD838E
Black with #FD838E
Text Example
Text Example
White with #FD838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD838E; }
p { color: rgb(253,131,142); }
H1.HeaderClassName
{
color: #FD838E;
}
.AnyTagClassName
{
color: #FD838E;
}
</style>
background-color css
<style>
a { background-color: #FD838E; }
a { background-color: rgb(253,131,142); }
div.DivClassName
{
background-color: #FD838E;
}
.BgClassName
{
background-color: #FD838E;
}
</style>
border-color css
<style>
span { border-color: #FD838E; }
span { border-color: rgb(253,131,142); }
td.TdClassName
{
border-color: #FD838E;
}
.TagClassName
{
border-color: #FD838E;
}
</style>