Shades of Wewak #FE9AA5
Tints of Wewak #FE9AA5
RGB
CMYK
RGB Variations
Color information
#FE9AA5 (or 0xFE9AA5) is known color: Wewak. HEX triplet: FE, 9A and A5. RGB value is (254,154,165). Sum of RGB (Red+Green+Blue) = 254+154+165=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9AA5 is #01655A. Grayscale: #B9B9B9. Windows color (decimal): -91483 or 10853118. OLE color: 10853118.
HSL color Cylindrical-coordinate representation of color #FE9AA5: hue angle of 353.4º 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 #FE9AA5 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 165 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.00 |
| HSL | 353.4º | 0.98% | 0.8% | - |
| HSV(B) | 353.4º | 0.39% | 1% | - |
| XYZ | 59.22 | 46.9 | 41.53 | - |
| YUV | 185.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 165 | 0 | 0.39 | 0.35 | 0.00 | 353.4 | 0.98 | 0.8 |
| Hex | FE | 9A | A5 | 0 | 27 | 23 | 0 | 161 | 62 | 50 |
| Octal | 376 | 232 | 245 | 0 | 47 | 43 | 0 | 541 | 142 | 120 |
| Binary | 11111110 | 10011010 | 10100101 | 0 | 100111 | 100011 | 0 | 101100001 | 1100010 | 1010000 |
Color Harmonies of #FE9AA5
Complementary color
Monochromatic Colors of #FE9AA5
Black with #FE9AA5
Text Example
Text Example
White with #FE9AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AA5; }
p { color: rgb(254,154,165); }
H1.HeaderClassName
{
color: #FE9AA5;
}
.AnyTagClassName
{
color: #FE9AA5;
}
</style>
background-color css
<style>
a { background-color: #FE9AA5; }
a { background-color: rgb(254,154,165); }
div.DivClassName
{
background-color: #FE9AA5;
}
.BgClassName
{
background-color: #FE9AA5;
}
</style>
border-color css
<style>
span { border-color: #FE9AA5; }
span { border-color: rgb(254,154,165); }
td.TdClassName
{
border-color: #FE9AA5;
}
.TagClassName
{
border-color: #FE9AA5;
}
</style>