Shades of Wewak #FE8385
Tints of Wewak #FE8385
RGB
CMYK
RGB Variations
Color information
#FE8385 (or 0xFE8385) is known color: Wewak. HEX triplet: FE, 83 and 85. RGB value is (254,131,133). Sum of RGB (Red+Green+Blue) = 254+131+133=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8385 is #017C7A. Grayscale: #A8A8A8. Windows color (decimal): -97403 or 8750078. OLE color: 8750078.
HSL color Cylindrical-coordinate representation of color #FE8385: hue angle of 359.02º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE8385 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 133 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.00 |
| HSL | 359.02º | 0.98% | 0.75% | - |
| HSV(B) | 359.02º | 0.48% | 1% | - |
| XYZ | 53.22 | 39 | 26.91 | - |
| YUV | 168.01 | 108.25 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 133 | 0 | 0.48 | 0.48 | 0.00 | 359.02 | 0.98 | 0.75 |
| Hex | FE | 83 | 85 | 0 | 30 | 30 | 0 | 167 | 62 | 4B |
| Octal | 376 | 203 | 205 | 0 | 60 | 60 | 0 | 547 | 142 | 113 |
| Binary | 11111110 | 10000011 | 10000101 | 0 | 110000 | 110000 | 0 | 101100111 | 1100010 | 1001011 |
Color Harmonies of #FE8385
Complementary color
Monochromatic Colors of #FE8385
Black with #FE8385
Text Example
Text Example
White with #FE8385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8385; }
p { color: rgb(254,131,133); }
H1.HeaderClassName
{
color: #FE8385;
}
.AnyTagClassName
{
color: #FE8385;
}
</style>
background-color css
<style>
a { background-color: #FE8385; }
a { background-color: rgb(254,131,133); }
div.DivClassName
{
background-color: #FE8385;
}
.BgClassName
{
background-color: #FE8385;
}
</style>
border-color css
<style>
span { border-color: #FE8385; }
span { border-color: rgb(254,131,133); }
td.TdClassName
{
border-color: #FE8385;
}
.TagClassName
{
border-color: #FE8385;
}
</style>