Shades of Wewak #FE909A
Tints of Wewak #FE909A
RGB
CMYK
RGB Variations
Color information
#FE909A (or 0xFE909A) is known color: Wewak. HEX triplet: FE, 90 and 9A. RGB value is (254,144,154). Sum of RGB (Red+Green+Blue) = 254+144+154=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE909A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE909A is #016F65. Grayscale: #B2B2B2. Windows color (decimal): -94054 or 10129662. OLE color: 10129662.
HSL color Cylindrical-coordinate representation of color #FE909A: hue angle of 354.55º 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 #FE909A is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 154 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.00 |
| HSL | 354.55º | 0.98% | 0.78% | - |
| HSV(B) | 354.55º | 0.43% | 1% | - |
| XYZ | 56.68 | 43.35 | 35.95 | - |
| YUV | 178.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 154 | 0 | 0.43 | 0.39 | 0.00 | 354.55 | 0.98 | 0.78 |
| Hex | FE | 90 | 9A | 0 | 2B | 27 | 0 | 163 | 62 | 4E |
| Octal | 376 | 220 | 232 | 0 | 53 | 47 | 0 | 543 | 142 | 116 |
| Binary | 11111110 | 10010000 | 10011010 | 0 | 101011 | 100111 | 0 | 101100011 | 1100010 | 1001110 |
Color Harmonies of #FE909A
Complementary color
Monochromatic Colors of #FE909A
Black with #FE909A
Text Example
Text Example
White with #FE909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE909A; }
p { color: rgb(254,144,154); }
H1.HeaderClassName
{
color: #FE909A;
}
.AnyTagClassName
{
color: #FE909A;
}
</style>
background-color css
<style>
a { background-color: #FE909A; }
a { background-color: rgb(254,144,154); }
div.DivClassName
{
background-color: #FE909A;
}
.BgClassName
{
background-color: #FE909A;
}
</style>
border-color css
<style>
span { border-color: #FE909A; }
span { border-color: rgb(254,144,154); }
td.TdClassName
{
border-color: #FE909A;
}
.TagClassName
{
border-color: #FE909A;
}
</style>