Shades of Wewak #FE868D
Tints of Wewak #FE868D
RGB
CMYK
RGB Variations
Color information
#FE868D (or 0xFE868D) is known color: Wewak. HEX triplet: FE, 86 and 8D. RGB value is (254,134,141). Sum of RGB (Red+Green+Blue) = 254+134+141=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE868D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE868D is #017972. Grayscale: #AAAAAA. Windows color (decimal): -96627 or 9275134. OLE color: 9275134.
HSL color Cylindrical-coordinate representation of color #FE868D: hue angle of 356.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE868D is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 141 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.00 |
| HSL | 356.5º | 0.98% | 0.76% | - |
| HSV(B) | 356.5º | 0.47% | 1% | - |
| XYZ | 54.21 | 40.04 | 30.07 | - |
| YUV | 170.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 141 | 0 | 0.47 | 0.44 | 0.00 | 356.5 | 0.98 | 0.76 |
| Hex | FE | 86 | 8D | 0 | 2F | 2C | 0 | 164 | 62 | 4C |
| Octal | 376 | 206 | 215 | 0 | 57 | 54 | 0 | 544 | 142 | 114 |
| Binary | 11111110 | 10000110 | 10001101 | 0 | 101111 | 101100 | 0 | 101100100 | 1100010 | 1001100 |
Color Harmonies of #FE868D
Complementary color
Monochromatic Colors of #FE868D
Black with #FE868D
Text Example
Text Example
White with #FE868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE868D; }
p { color: rgb(254,134,141); }
H1.HeaderClassName
{
color: #FE868D;
}
.AnyTagClassName
{
color: #FE868D;
}
</style>
background-color css
<style>
a { background-color: #FE868D; }
a { background-color: rgb(254,134,141); }
div.DivClassName
{
background-color: #FE868D;
}
.BgClassName
{
background-color: #FE868D;
}
</style>
border-color css
<style>
span { border-color: #FE868D; }
span { border-color: rgb(254,134,141); }
td.TdClassName
{
border-color: #FE868D;
}
.TagClassName
{
border-color: #FE868D;
}
</style>