Shades of Wewak #FE9698
Tints of Wewak #FE9698
RGB
CMYK
RGB Variations
Color information
#FE9698 (or 0xFE9698) is known color: Wewak. HEX triplet: FE, 96 and 98. RGB value is (254,150,152). Sum of RGB (Red+Green+Blue) = 254+150+152=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9698 is #016967. Grayscale: #B5B5B5. Windows color (decimal): -92520 or 10000126. OLE color: 10000126.
HSL color Cylindrical-coordinate representation of color #FE9698: hue angle of 358.85º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE9698 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 152 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.00 |
| HSL | 358.85º | 0.98% | 0.79% | - |
| HSV(B) | 358.85º | 0.41% | 1% | - |
| XYZ | 57.45 | 45.15 | 35.39 | - |
| YUV | 181.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 152 | 0 | 0.41 | 0.40 | 0.00 | 358.85 | 0.98 | 0.79 |
| Hex | FE | 96 | 98 | 0 | 29 | 28 | 0 | 167 | 62 | 4F |
| Octal | 376 | 226 | 230 | 0 | 51 | 50 | 0 | 547 | 142 | 117 |
| Binary | 11111110 | 10010110 | 10011000 | 0 | 101001 | 101000 | 0 | 101100111 | 1100010 | 1001111 |
Color Harmonies of #FE9698
Complementary color
Monochromatic Colors of #FE9698
Black with #FE9698
Text Example
Text Example
White with #FE9698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9698; }
p { color: rgb(254,150,152); }
H1.HeaderClassName
{
color: #FE9698;
}
.AnyTagClassName
{
color: #FE9698;
}
</style>
background-color css
<style>
a { background-color: #FE9698; }
a { background-color: rgb(254,150,152); }
div.DivClassName
{
background-color: #FE9698;
}
.BgClassName
{
background-color: #FE9698;
}
</style>
border-color css
<style>
span { border-color: #FE9698; }
span { border-color: rgb(254,150,152); }
td.TdClassName
{
border-color: #FE9698;
}
.TagClassName
{
border-color: #FE9698;
}
</style>