Shades of Wewak #FE8593
Tints of Wewak #FE8593
RGB
CMYK
RGB Variations
Color information
#FE8593 (or 0xFE8593) is known color: Wewak. HEX triplet: FE, 85 and 93. RGB value is (254,133,147). Sum of RGB (Red+Green+Blue) = 254+133+147=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8593 is #017A6C. Grayscale: #AAAAAA. Windows color (decimal): -96877 or 9668094. OLE color: 9668094.
HSL color Cylindrical-coordinate representation of color #FE8593: hue angle of 353.06º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE8593 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 147 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.00 |
| HSL | 353.06º | 0.98% | 0.76% | - |
| HSV(B) | 353.06º | 0.48% | 1% | - |
| XYZ | 54.53 | 39.95 | 32.44 | - |
| YUV | 170.78 | 114.59 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 147 | 0 | 0.48 | 0.42 | 0.00 | 353.06 | 0.98 | 0.76 |
| Hex | FE | 85 | 93 | 0 | 30 | 2A | 0 | 161 | 62 | 4C |
| Octal | 376 | 205 | 223 | 0 | 60 | 52 | 0 | 541 | 142 | 114 |
| Binary | 11111110 | 10000101 | 10010011 | 0 | 110000 | 101010 | 0 | 101100001 | 1100010 | 1001100 |
Color Harmonies of #FE8593
Complementary color
Monochromatic Colors of #FE8593
Black with #FE8593
Text Example
Text Example
White with #FE8593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8593; }
p { color: rgb(254,133,147); }
H1.HeaderClassName
{
color: #FE8593;
}
.AnyTagClassName
{
color: #FE8593;
}
</style>
background-color css
<style>
a { background-color: #FE8593; }
a { background-color: rgb(254,133,147); }
div.DivClassName
{
background-color: #FE8593;
}
.BgClassName
{
background-color: #FE8593;
}
</style>
border-color css
<style>
span { border-color: #FE8593; }
span { border-color: rgb(254,133,147); }
td.TdClassName
{
border-color: #FE8593;
}
.TagClassName
{
border-color: #FE8593;
}
</style>