Shades of Wewak #FE919F
Tints of Wewak #FE919F
RGB
CMYK
RGB Variations
Color information
#FE919F (or 0xFE919F) is known color: Wewak. HEX triplet: FE, 91 and 9F. RGB value is (254,145,159). Sum of RGB (Red+Green+Blue) = 254+145+159=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE919F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE919F is #016E60. Grayscale: #B3B3B3. Windows color (decimal): -93793 or 10457598. OLE color: 10457598.
HSL color Cylindrical-coordinate representation of color #FE919F: hue angle of 352.29º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE919F is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 159 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.00 |
| HSL | 352.29º | 0.98% | 0.78% | - |
| HSV(B) | 352.29º | 0.43% | 1% | - |
| XYZ | 57.26 | 43.82 | 38.24 | - |
| YUV | 179.19 | 116.61 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 159 | 0 | 0.43 | 0.37 | 0.00 | 352.29 | 0.98 | 0.78 |
| Hex | FE | 91 | 9F | 0 | 2B | 25 | 0 | 160 | 62 | 4E |
| Octal | 376 | 221 | 237 | 0 | 53 | 45 | 0 | 540 | 142 | 116 |
| Binary | 11111110 | 10010001 | 10011111 | 0 | 101011 | 100101 | 0 | 101100000 | 1100010 | 1001110 |
Color Harmonies of #FE919F
Complementary color
Monochromatic Colors of #FE919F
Black with #FE919F
Text Example
Text Example
White with #FE919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE919F; }
p { color: rgb(254,145,159); }
H1.HeaderClassName
{
color: #FE919F;
}
.AnyTagClassName
{
color: #FE919F;
}
</style>
background-color css
<style>
a { background-color: #FE919F; }
a { background-color: rgb(254,145,159); }
div.DivClassName
{
background-color: #FE919F;
}
.BgClassName
{
background-color: #FE919F;
}
</style>
border-color css
<style>
span { border-color: #FE919F; }
span { border-color: rgb(254,145,159); }
td.TdClassName
{
border-color: #FE919F;
}
.TagClassName
{
border-color: #FE919F;
}
</style>