Shades of Wewak #FE8C9B
Tints of Wewak #FE8C9B
RGB
CMYK
RGB Variations
Color information
#FE8C9B (or 0xFE8C9B) is known color: Wewak. HEX triplet: FE, 8C and 9B. RGB value is (254,140,155). Sum of RGB (Red+Green+Blue) = 254+140+155=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C9B is #017364. Grayscale: #AFAFAF. Windows color (decimal): -95077 or 10194174. OLE color: 10194174.
HSL color Cylindrical-coordinate representation of color #FE8C9B: hue angle of 352.11º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8C9B is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 155 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.00 |
| HSL | 352.11º | 0.98% | 0.77% | - |
| HSV(B) | 352.11º | 0.45% | 1% | - |
| XYZ | 56.17 | 42.19 | 36.19 | - |
| YUV | 175.8 | 116.27 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 155 | 0 | 0.45 | 0.39 | 0.00 | 352.11 | 0.98 | 0.77 |
| Hex | FE | 8C | 9B | 0 | 2D | 27 | 0 | 160 | 62 | 4D |
| Octal | 376 | 214 | 233 | 0 | 55 | 47 | 0 | 540 | 142 | 115 |
| Binary | 11111110 | 10001100 | 10011011 | 0 | 101101 | 100111 | 0 | 101100000 | 1100010 | 1001101 |
Color Harmonies of #FE8C9B
Complementary color
Monochromatic Colors of #FE8C9B
Black with #FE8C9B
Text Example
Text Example
White with #FE8C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C9B; }
p { color: rgb(254,140,155); }
H1.HeaderClassName
{
color: #FE8C9B;
}
.AnyTagClassName
{
color: #FE8C9B;
}
</style>
background-color css
<style>
a { background-color: #FE8C9B; }
a { background-color: rgb(254,140,155); }
div.DivClassName
{
background-color: #FE8C9B;
}
.BgClassName
{
background-color: #FE8C9B;
}
</style>
border-color css
<style>
span { border-color: #FE8C9B; }
span { border-color: rgb(254,140,155); }
td.TdClassName
{
border-color: #FE8C9B;
}
.TagClassName
{
border-color: #FE8C9B;
}
</style>