Shades of Wewak #FD94A1
Tints of Wewak #FD94A1
RGB
CMYK
RGB Variations
Color information
#FD94A1 (or 0xFD94A1) is known color: Wewak. HEX triplet: FD, 94 and A1. RGB value is (253,148,161). Sum of RGB (Red+Green+Blue) = 253+148+161=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD94A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD94A1 is #026B5E. Grayscale: #B4B4B4. Windows color (decimal): -158559 or 10589437. OLE color: 10589437.
HSL color Cylindrical-coordinate representation of color #FD94A1: hue angle of 352.57º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD94A1 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 148 | 161 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.01 |
| HSL | 352.57º | 0.96% | 0.79% | - |
| HSV(B) | 352.57º | 0.42% | 0.99% | - |
| XYZ | 57.53 | 44.64 | 39.3 | - |
| YUV | 180.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 148 | 161 | 0 | 0.42 | 0.36 | 0.01 | 352.57 | 0.96 | 0.79 |
| Hex | FD | 94 | A1 | 0 | 2A | 24 | 1 | 161 | 60 | 4F |
| Octal | 375 | 224 | 241 | 0 | 52 | 44 | 1 | 541 | 140 | 117 |
| Binary | 11111101 | 10010100 | 10100001 | 0 | 101010 | 100100 | 1 | 101100001 | 1100000 | 1001111 |
Color Harmonies of #FD94A1
Complementary color
Monochromatic Colors of #FD94A1
Black with #FD94A1
Text Example
Text Example
White with #FD94A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD94A1; }
p { color: rgb(253,148,161); }
H1.HeaderClassName
{
color: #FD94A1;
}
.AnyTagClassName
{
color: #FD94A1;
}
</style>
background-color css
<style>
a { background-color: #FD94A1; }
a { background-color: rgb(253,148,161); }
div.DivClassName
{
background-color: #FD94A1;
}
.BgClassName
{
background-color: #FD94A1;
}
</style>
border-color css
<style>
span { border-color: #FD94A1; }
span { border-color: rgb(253,148,161); }
td.TdClassName
{
border-color: #FD94A1;
}
.TagClassName
{
border-color: #FD94A1;
}
</style>