Shades of Wewak #FE949D
Tints of Wewak #FE949D
RGB
CMYK
RGB Variations
Color information
#FE949D (or 0xFE949D) is known color: Wewak. HEX triplet: FE, 94 and 9D. RGB value is (254,148,157). Sum of RGB (Red+Green+Blue) = 254+148+157=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE949D is #016B62. Grayscale: #B4B4B4. Windows color (decimal): -93027 or 10327294. OLE color: 10327294.
HSL color Cylindrical-coordinate representation of color #FE949D: hue angle of 354.91º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE949D is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 157 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.00 |
| HSL | 354.91º | 0.98% | 0.79% | - |
| HSV(B) | 354.91º | 0.42% | 1% | - |
| XYZ | 57.55 | 44.68 | 37.49 | - |
| YUV | 180.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 157 | 0 | 0.42 | 0.38 | 0.00 | 354.91 | 0.98 | 0.79 |
| Hex | FE | 94 | 9D | 0 | 2A | 26 | 0 | 163 | 62 | 4F |
| Octal | 376 | 224 | 235 | 0 | 52 | 46 | 0 | 543 | 142 | 117 |
| Binary | 11111110 | 10010100 | 10011101 | 0 | 101010 | 100110 | 0 | 101100011 | 1100010 | 1001111 |
Color Harmonies of #FE949D
Complementary color
Monochromatic Colors of #FE949D
Black with #FE949D
Text Example
Text Example
White with #FE949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE949D; }
p { color: rgb(254,148,157); }
H1.HeaderClassName
{
color: #FE949D;
}
.AnyTagClassName
{
color: #FE949D;
}
</style>
background-color css
<style>
a { background-color: #FE949D; }
a { background-color: rgb(254,148,157); }
div.DivClassName
{
background-color: #FE949D;
}
.BgClassName
{
background-color: #FE949D;
}
</style>
border-color css
<style>
span { border-color: #FE949D; }
span { border-color: rgb(254,148,157); }
td.TdClassName
{
border-color: #FE949D;
}
.TagClassName
{
border-color: #FE949D;
}
</style>