Shades of Wewak #FE848C
Tints of Wewak #FE848C
RGB
CMYK
RGB Variations
Color information
#FE848C (or 0xFE848C) is known color: Wewak. HEX triplet: FE, 84 and 8C. RGB value is (254,132,140). Sum of RGB (Red+Green+Blue) = 254+132+140=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE848C is #017B73. Grayscale: #A9A9A9. Windows color (decimal): -97140 or 9209086. OLE color: 9209086.
HSL color Cylindrical-coordinate representation of color #FE848C: hue angle of 356.07º 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 #FE848C is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 140 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.00 |
| HSL | 356.07º | 0.98% | 0.76% | - |
| HSV(B) | 356.07º | 0.48% | 1% | - |
| XYZ | 53.86 | 39.47 | 29.59 | - |
| YUV | 169.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 140 | 0 | 0.48 | 0.45 | 0.00 | 356.07 | 0.98 | 0.76 |
| Hex | FE | 84 | 8C | 0 | 30 | 2D | 0 | 164 | 62 | 4C |
| Octal | 376 | 204 | 214 | 0 | 60 | 55 | 0 | 544 | 142 | 114 |
| Binary | 11111110 | 10000100 | 10001100 | 0 | 110000 | 101101 | 0 | 101100100 | 1100010 | 1001100 |
Color Harmonies of #FE848C
Complementary color
Monochromatic Colors of #FE848C
Black with #FE848C
Text Example
Text Example
White with #FE848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE848C; }
p { color: rgb(254,132,140); }
H1.HeaderClassName
{
color: #FE848C;
}
.AnyTagClassName
{
color: #FE848C;
}
</style>
background-color css
<style>
a { background-color: #FE848C; }
a { background-color: rgb(254,132,140); }
div.DivClassName
{
background-color: #FE848C;
}
.BgClassName
{
background-color: #FE848C;
}
</style>
border-color css
<style>
span { border-color: #FE848C; }
span { border-color: rgb(254,132,140); }
td.TdClassName
{
border-color: #FE848C;
}
.TagClassName
{
border-color: #FE848C;
}
</style>