Shades of Wewak #FE929C
Tints of Wewak #FE929C
RGB
CMYK
RGB Variations
Color information
#FE929C (or 0xFE929C) is known color: Wewak. HEX triplet: FE, 92 and 9C. RGB value is (254,146,156). Sum of RGB (Red+Green+Blue) = 254+146+156=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE929C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE929C is #016D63. Grayscale: #B3B3B3. Windows color (decimal): -93540 or 10261246. OLE color: 10261246.
HSL color Cylindrical-coordinate representation of color #FE929C: hue angle of 354.44º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE929C is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 156 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.00 |
| HSL | 354.44º | 0.98% | 0.78% | - |
| HSV(B) | 354.44º | 0.43% | 1% | - |
| XYZ | 57.15 | 44.03 | 36.94 | - |
| YUV | 179.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 156 | 0 | 0.43 | 0.39 | 0.00 | 354.44 | 0.98 | 0.78 |
| Hex | FE | 92 | 9C | 0 | 2B | 27 | 0 | 162 | 62 | 4E |
| Octal | 376 | 222 | 234 | 0 | 53 | 47 | 0 | 542 | 142 | 116 |
| Binary | 11111110 | 10010010 | 10011100 | 0 | 101011 | 100111 | 0 | 101100010 | 1100010 | 1001110 |
Color Harmonies of #FE929C
Complementary color
Monochromatic Colors of #FE929C
Black with #FE929C
Text Example
Text Example
White with #FE929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE929C; }
p { color: rgb(254,146,156); }
H1.HeaderClassName
{
color: #FE929C;
}
.AnyTagClassName
{
color: #FE929C;
}
</style>
background-color css
<style>
a { background-color: #FE929C; }
a { background-color: rgb(254,146,156); }
div.DivClassName
{
background-color: #FE929C;
}
.BgClassName
{
background-color: #FE929C;
}
</style>
border-color css
<style>
span { border-color: #FE929C; }
span { border-color: rgb(254,146,156); }
td.TdClassName
{
border-color: #FE929C;
}
.TagClassName
{
border-color: #FE929C;
}
</style>