Shades of Wewak #FE95A3
Tints of Wewak #FE95A3
RGB
CMYK
RGB Variations
Color information
#FE95A3 (or 0xFE95A3) is known color: Wewak. HEX triplet: FE, 95 and A3. RGB value is (254,149,163). Sum of RGB (Red+Green+Blue) = 254+149+163=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 163 (64.06% from 255 or 28.80% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE95A3 is #016A5C. Grayscale: #B6B6B6. Windows color (decimal): -92765 or 10720766. OLE color: 10720766.
HSL color Cylindrical-coordinate representation of color #FE95A3: hue angle of 352º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE95A3 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 163 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.00 |
| HSL | 352º | 0.98% | 0.79% | - |
| HSV(B) | 352º | 0.41% | 1% | - |
| XYZ | 58.23 | 45.21 | 40.31 | - |
| YUV | 181.99 | 117.29 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 163 | 0 | 0.41 | 0.36 | 0.00 | 352 | 0.98 | 0.79 |
| Hex | FE | 95 | A3 | 0 | 29 | 24 | 0 | 160 | 62 | 4F |
| Octal | 376 | 225 | 243 | 0 | 51 | 44 | 0 | 540 | 142 | 117 |
| Binary | 11111110 | 10010101 | 10100011 | 0 | 101001 | 100100 | 0 | 101100000 | 1100010 | 1001111 |
Color Harmonies of #FE95A3
Complementary color
Monochromatic Colors of #FE95A3
Black with #FE95A3
Text Example
Text Example
White with #FE95A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE95A3; }
p { color: rgb(254,149,163); }
H1.HeaderClassName
{
color: #FE95A3;
}
.AnyTagClassName
{
color: #FE95A3;
}
</style>
background-color css
<style>
a { background-color: #FE95A3; }
a { background-color: rgb(254,149,163); }
div.DivClassName
{
background-color: #FE95A3;
}
.BgClassName
{
background-color: #FE95A3;
}
</style>
border-color css
<style>
span { border-color: #FE95A3; }
span { border-color: rgb(254,149,163); }
td.TdClassName
{
border-color: #FE95A3;
}
.TagClassName
{
border-color: #FE95A3;
}
</style>