Shades of Wewak #FE9AA2
Tints of Wewak #FE9AA2
RGB
CMYK
RGB Variations
Color information
#FE9AA2 (or 0xFE9AA2) is known color: Wewak. HEX triplet: FE, 9A and A2. RGB value is (254,154,162). Sum of RGB (Red+Green+Blue) = 254+154+162=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9AA2 is #01655D. Grayscale: #B8B8B8. Windows color (decimal): -91486 or 10656510. OLE color: 10656510.
HSL color Cylindrical-coordinate representation of color #FE9AA2: hue angle of 355.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9AA2 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 162 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.00 |
| HSL | 355.2º | 0.98% | 0.8% | - |
| HSV(B) | 355.2º | 0.39% | 1% | - |
| XYZ | 58.95 | 46.79 | 40.11 | - |
| YUV | 184.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 162 | 0 | 0.39 | 0.36 | 0.00 | 355.2 | 0.98 | 0.8 |
| Hex | FE | 9A | A2 | 0 | 27 | 24 | 0 | 163 | 62 | 50 |
| Octal | 376 | 232 | 242 | 0 | 47 | 44 | 0 | 543 | 142 | 120 |
| Binary | 11111110 | 10011010 | 10100010 | 0 | 100111 | 100100 | 0 | 101100011 | 1100010 | 1010000 |
Color Harmonies of #FE9AA2
Complementary color
Monochromatic Colors of #FE9AA2
Black with #FE9AA2
Text Example
Text Example
White with #FE9AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AA2; }
p { color: rgb(254,154,162); }
H1.HeaderClassName
{
color: #FE9AA2;
}
.AnyTagClassName
{
color: #FE9AA2;
}
</style>
background-color css
<style>
a { background-color: #FE9AA2; }
a { background-color: rgb(254,154,162); }
div.DivClassName
{
background-color: #FE9AA2;
}
.BgClassName
{
background-color: #FE9AA2;
}
</style>
border-color css
<style>
span { border-color: #FE9AA2; }
span { border-color: rgb(254,154,162); }
td.TdClassName
{
border-color: #FE9AA2;
}
.TagClassName
{
border-color: #FE9AA2;
}
</style>