Shades of Wewak #FE939B
Tints of Wewak #FE939B
RGB
CMYK
RGB Variations
Color information
#FE939B (or 0xFE939B) is known color: Wewak. HEX triplet: FE, 93 and 9B. RGB value is (254,147,155). Sum of RGB (Red+Green+Blue) = 254+147+155=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE939B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE939B is #016C64. Grayscale: #B3B3B3. Windows color (decimal): -93285 or 10195966. OLE color: 10195966.
HSL color Cylindrical-coordinate representation of color #FE939B: hue angle of 355.51º 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 #FE939B is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 155 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.00 |
| HSL | 355.51º | 0.98% | 0.79% | - |
| HSV(B) | 355.51º | 0.42% | 1% | - |
| XYZ | 57.22 | 44.3 | 36.55 | - |
| YUV | 179.91 | 113.95 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 155 | 0 | 0.42 | 0.39 | 0.00 | 355.51 | 0.98 | 0.79 |
| Hex | FE | 93 | 9B | 0 | 2A | 27 | 0 | 164 | 62 | 4F |
| Octal | 376 | 223 | 233 | 0 | 52 | 47 | 0 | 544 | 142 | 117 |
| Binary | 11111110 | 10010011 | 10011011 | 0 | 101010 | 100111 | 0 | 101100100 | 1100010 | 1001111 |
Color Harmonies of #FE939B
Complementary color
Monochromatic Colors of #FE939B
Black with #FE939B
Text Example
Text Example
White with #FE939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE939B; }
p { color: rgb(254,147,155); }
H1.HeaderClassName
{
color: #FE939B;
}
.AnyTagClassName
{
color: #FE939B;
}
</style>
background-color css
<style>
a { background-color: #FE939B; }
a { background-color: rgb(254,147,155); }
div.DivClassName
{
background-color: #FE939B;
}
.BgClassName
{
background-color: #FE939B;
}
</style>
border-color css
<style>
span { border-color: #FE939B; }
span { border-color: rgb(254,147,155); }
td.TdClassName
{
border-color: #FE939B;
}
.TagClassName
{
border-color: #FE939B;
}
</style>