Shades of Wewak #FE939C
Tints of Wewak #FE939C
RGB
CMYK
RGB Variations
Color information
#FE939C (or 0xFE939C) is known color: Wewak. HEX triplet: FE, 93 and 9C. RGB value is (254,147,156). Sum of RGB (Red+Green+Blue) = 254+147+156=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE939C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE939C is #016C63. Grayscale: #B4B4B4. Windows color (decimal): -93284 or 10261502. OLE color: 10261502.
HSL color Cylindrical-coordinate representation of color #FE939C: hue angle of 354.95º 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 #FE939C is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 156 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.00 |
| HSL | 354.95º | 0.98% | 0.79% | - |
| HSV(B) | 354.95º | 0.42% | 1% | - |
| XYZ | 57.31 | 44.34 | 36.99 | - |
| YUV | 180.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 156 | 0 | 0.42 | 0.39 | 0.00 | 354.95 | 0.98 | 0.79 |
| Hex | FE | 93 | 9C | 0 | 2A | 27 | 0 | 163 | 62 | 4F |
| Octal | 376 | 223 | 234 | 0 | 52 | 47 | 0 | 543 | 142 | 117 |
| Binary | 11111110 | 10010011 | 10011100 | 0 | 101010 | 100111 | 0 | 101100011 | 1100010 | 1001111 |
Color Harmonies of #FE939C
Complementary color
Monochromatic Colors of #FE939C
Black with #FE939C
Text Example
Text Example
White with #FE939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE939C; }
p { color: rgb(254,147,156); }
H1.HeaderClassName
{
color: #FE939C;
}
.AnyTagClassName
{
color: #FE939C;
}
</style>
background-color css
<style>
a { background-color: #FE939C; }
a { background-color: rgb(254,147,156); }
div.DivClassName
{
background-color: #FE939C;
}
.BgClassName
{
background-color: #FE939C;
}
</style>
border-color css
<style>
span { border-color: #FE939C; }
span { border-color: rgb(254,147,156); }
td.TdClassName
{
border-color: #FE939C;
}
.TagClassName
{
border-color: #FE939C;
}
</style>