Shades of Wewak #FE8B93
Tints of Wewak #FE8B93
RGB
CMYK
RGB Variations
Color information
#FE8B93 (or 0xFE8B93) is known color: Wewak. HEX triplet: FE, 8B and 93. RGB value is (254,139,147). Sum of RGB (Red+Green+Blue) = 254+139+147=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8B93 is #01746C. Grayscale: #AEAEAE. Windows color (decimal): -95341 or 9669630. OLE color: 9669630.
HSL color Cylindrical-coordinate representation of color #FE8B93: hue angle of 355.83º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8B93 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 147 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.00 |
| HSL | 355.83º | 0.98% | 0.77% | - |
| HSV(B) | 355.83º | 0.45% | 1% | - |
| XYZ | 55.37 | 41.64 | 32.72 | - |
| YUV | 174.3 | 112.6 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 147 | 0 | 0.45 | 0.42 | 0.00 | 355.83 | 0.98 | 0.77 |
| Hex | FE | 8B | 93 | 0 | 2D | 2A | 0 | 164 | 62 | 4D |
| Octal | 376 | 213 | 223 | 0 | 55 | 52 | 0 | 544 | 142 | 115 |
| Binary | 11111110 | 10001011 | 10010011 | 0 | 101101 | 101010 | 0 | 101100100 | 1100010 | 1001101 |
Color Harmonies of #FE8B93
Complementary color
Monochromatic Colors of #FE8B93
Black with #FE8B93
Text Example
Text Example
White with #FE8B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B93; }
p { color: rgb(254,139,147); }
H1.HeaderClassName
{
color: #FE8B93;
}
.AnyTagClassName
{
color: #FE8B93;
}
</style>
background-color css
<style>
a { background-color: #FE8B93; }
a { background-color: rgb(254,139,147); }
div.DivClassName
{
background-color: #FE8B93;
}
.BgClassName
{
background-color: #FE8B93;
}
</style>
border-color css
<style>
span { border-color: #FE8B93; }
span { border-color: rgb(254,139,147); }
td.TdClassName
{
border-color: #FE8B93;
}
.TagClassName
{
border-color: #FE8B93;
}
</style>