Shades of Wewak #FE949C
Tints of Wewak #FE949C
RGB
CMYK
RGB Variations
Color information
#FE949C (or 0xFE949C) is known color: Wewak. HEX triplet: FE, 94 and 9C. RGB value is (254,148,156). Sum of RGB (Red+Green+Blue) = 254+148+156=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE949C is #016B63. Grayscale: #B4B4B4. Windows color (decimal): -93028 or 10261758. OLE color: 10261758.
HSL color Cylindrical-coordinate representation of color #FE949C: hue angle of 355.47º 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 #FE949C is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 156 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.00 |
| HSL | 355.47º | 0.98% | 0.79% | - |
| HSV(B) | 355.47º | 0.42% | 1% | - |
| XYZ | 57.46 | 44.65 | 37.04 | - |
| YUV | 180.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 156 | 0 | 0.42 | 0.39 | 0.00 | 355.47 | 0.98 | 0.79 |
| Hex | FE | 94 | 9C | 0 | 2A | 27 | 0 | 163 | 62 | 4F |
| Octal | 376 | 224 | 234 | 0 | 52 | 47 | 0 | 543 | 142 | 117 |
| Binary | 11111110 | 10010100 | 10011100 | 0 | 101010 | 100111 | 0 | 101100011 | 1100010 | 1001111 |
Color Harmonies of #FE949C
Complementary color
Monochromatic Colors of #FE949C
Black with #FE949C
Text Example
Text Example
White with #FE949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE949C; }
p { color: rgb(254,148,156); }
H1.HeaderClassName
{
color: #FE949C;
}
.AnyTagClassName
{
color: #FE949C;
}
</style>
background-color css
<style>
a { background-color: #FE949C; }
a { background-color: rgb(254,148,156); }
div.DivClassName
{
background-color: #FE949C;
}
.BgClassName
{
background-color: #FE949C;
}
</style>
border-color css
<style>
span { border-color: #FE949C; }
span { border-color: rgb(254,148,156); }
td.TdClassName
{
border-color: #FE949C;
}
.TagClassName
{
border-color: #FE949C;
}
</style>