Shades of Wewak #FD949E
Tints of Wewak #FD949E
RGB
CMYK
RGB Variations
Color information
#FD949E (or 0xFD949E) is known color: Wewak. HEX triplet: FD, 94 and 9E. RGB value is (253,148,158). Sum of RGB (Red+Green+Blue) = 253+148+158=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD949E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD949E is #026B61. Grayscale: #B4B4B4. Windows color (decimal): -158562 or 10392829. OLE color: 10392829.
HSL color Cylindrical-coordinate representation of color #FD949E: hue angle of 354.29º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD949E is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 148 | 158 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.01 |
| HSL | 354.29º | 0.96% | 0.79% | - |
| HSV(B) | 354.29º | 0.42% | 0.99% | - |
| XYZ | 57.27 | 44.53 | 37.92 | - |
| YUV | 180.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 148 | 158 | 0 | 0.42 | 0.38 | 0.01 | 354.29 | 0.96 | 0.79 |
| Hex | FD | 94 | 9E | 0 | 2A | 26 | 1 | 162 | 60 | 4F |
| Octal | 375 | 224 | 236 | 0 | 52 | 46 | 1 | 542 | 140 | 117 |
| Binary | 11111101 | 10010100 | 10011110 | 0 | 101010 | 100110 | 1 | 101100010 | 1100000 | 1001111 |
Color Harmonies of #FD949E
Complementary color
Monochromatic Colors of #FD949E
Black with #FD949E
Text Example
Text Example
White with #FD949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD949E; }
p { color: rgb(253,148,158); }
H1.HeaderClassName
{
color: #FD949E;
}
.AnyTagClassName
{
color: #FD949E;
}
</style>
background-color css
<style>
a { background-color: #FD949E; }
a { background-color: rgb(253,148,158); }
div.DivClassName
{
background-color: #FD949E;
}
.BgClassName
{
background-color: #FD949E;
}
</style>
border-color css
<style>
span { border-color: #FD949E; }
span { border-color: rgb(253,148,158); }
td.TdClassName
{
border-color: #FD949E;
}
.TagClassName
{
border-color: #FD949E;
}
</style>