Shades of Wewak #FE858C
Tints of Wewak #FE858C
RGB
CMYK
RGB Variations
Color information
#FE858C (or 0xFE858C) is known color: Wewak. HEX triplet: FE, 85 and 8C. RGB value is (254,133,140). Sum of RGB (Red+Green+Blue) = 254+133+140=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE858C is #017A73. Grayscale: #AAAAAA. Windows color (decimal): -96884 or 9209342. OLE color: 9209342.
HSL color Cylindrical-coordinate representation of color #FE858C: hue angle of 356.53º 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 #FE858C is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 140 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.00 |
| HSL | 356.53º | 0.98% | 0.76% | - |
| HSV(B) | 356.53º | 0.48% | 1% | - |
| XYZ | 53.99 | 39.74 | 29.64 | - |
| YUV | 169.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 140 | 0 | 0.48 | 0.45 | 0.00 | 356.53 | 0.98 | 0.76 |
| Hex | FE | 85 | 8C | 0 | 30 | 2D | 0 | 165 | 62 | 4C |
| Octal | 376 | 205 | 214 | 0 | 60 | 55 | 0 | 545 | 142 | 114 |
| Binary | 11111110 | 10000101 | 10001100 | 0 | 110000 | 101101 | 0 | 101100101 | 1100010 | 1001100 |
Color Harmonies of #FE858C
Complementary color
Monochromatic Colors of #FE858C
Black with #FE858C
Text Example
Text Example
White with #FE858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE858C; }
p { color: rgb(254,133,140); }
H1.HeaderClassName
{
color: #FE858C;
}
.AnyTagClassName
{
color: #FE858C;
}
</style>
background-color css
<style>
a { background-color: #FE858C; }
a { background-color: rgb(254,133,140); }
div.DivClassName
{
background-color: #FE858C;
}
.BgClassName
{
background-color: #FE858C;
}
</style>
border-color css
<style>
span { border-color: #FE858C; }
span { border-color: rgb(254,133,140); }
td.TdClassName
{
border-color: #FE858C;
}
.TagClassName
{
border-color: #FE858C;
}
</style>