Shades of Wewak #FE90A2
Tints of Wewak #FE90A2
RGB
CMYK
RGB Variations
Color information
#FE90A2 (or 0xFE90A2) is known color: Wewak. HEX triplet: FE, 90 and A2. RGB value is (254,144,162). Sum of RGB (Red+Green+Blue) = 254+144+162=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90A2 is #016F5D. Grayscale: #B2B2B2. Windows color (decimal): -94046 or 10653950. OLE color: 10653950.
HSL color Cylindrical-coordinate representation of color #FE90A2: hue angle of 350.18º 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 #FE90A2 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 162 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.00 |
| HSL | 350.18º | 0.98% | 0.78% | - |
| HSV(B) | 350.18º | 0.43% | 1% | - |
| XYZ | 57.37 | 43.63 | 39.58 | - |
| YUV | 178.94 | 118.44 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 162 | 0 | 0.43 | 0.36 | 0.00 | 350.18 | 0.98 | 0.78 |
| Hex | FE | 90 | A2 | 0 | 2B | 24 | 0 | 15E | 62 | 4E |
| Octal | 376 | 220 | 242 | 0 | 53 | 44 | 0 | 536 | 142 | 116 |
| Binary | 11111110 | 10010000 | 10100010 | 0 | 101011 | 100100 | 0 | 101011110 | 1100010 | 1001110 |
Color Harmonies of #FE90A2
Complementary color
Monochromatic Colors of #FE90A2
Black with #FE90A2
Text Example
Text Example
White with #FE90A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90A2; }
p { color: rgb(254,144,162); }
H1.HeaderClassName
{
color: #FE90A2;
}
.AnyTagClassName
{
color: #FE90A2;
}
</style>
background-color css
<style>
a { background-color: #FE90A2; }
a { background-color: rgb(254,144,162); }
div.DivClassName
{
background-color: #FE90A2;
}
.BgClassName
{
background-color: #FE90A2;
}
</style>
border-color css
<style>
span { border-color: #FE90A2; }
span { border-color: rgb(254,144,162); }
td.TdClassName
{
border-color: #FE90A2;
}
.TagClassName
{
border-color: #FE90A2;
}
</style>