Shades of Wewak #FDA1A7
Tints of Wewak #FDA1A7
RGB
CMYK
RGB Variations
Color information
#FDA1A7 (or 0xFDA1A7) is known color: Wewak. HEX triplet: FD, A1 and A7. RGB value is (253,161,167). Sum of RGB (Red+Green+Blue) = 253+161+167=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA1A7 is #025E58. Grayscale: #BDBDBD. Windows color (decimal): -155225 or 10985981. OLE color: 10985981.
HSL color Cylindrical-coordinate representation of color #FDA1A7: hue angle of 356.09º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA1A7 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 167 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.01 |
| HSL | 356.09º | 0.96% | 0.81% | - |
| HSV(B) | 356.09º | 0.36% | 0.99% | - |
| XYZ | 60.23 | 49.16 | 42.87 | - |
| YUV | 189.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 167 | 0 | 0.36 | 0.34 | 0.01 | 356.09 | 0.96 | 0.81 |
| Hex | FD | A1 | A7 | 0 | 24 | 22 | 1 | 164 | 60 | 51 |
| Octal | 375 | 241 | 247 | 0 | 44 | 42 | 1 | 544 | 140 | 121 |
| Binary | 11111101 | 10100001 | 10100111 | 0 | 100100 | 100010 | 1 | 101100100 | 1100000 | 1010001 |
Color Harmonies of #FDA1A7
Complementary color
Monochromatic Colors of #FDA1A7
Black with #FDA1A7
Text Example
Text Example
White with #FDA1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1A7; }
p { color: rgb(253,161,167); }
H1.HeaderClassName
{
color: #FDA1A7;
}
.AnyTagClassName
{
color: #FDA1A7;
}
</style>
background-color css
<style>
a { background-color: #FDA1A7; }
a { background-color: rgb(253,161,167); }
div.DivClassName
{
background-color: #FDA1A7;
}
.BgClassName
{
background-color: #FDA1A7;
}
</style>
border-color css
<style>
span { border-color: #FDA1A7; }
span { border-color: rgb(253,161,167); }
td.TdClassName
{
border-color: #FDA1A7;
}
.TagClassName
{
border-color: #FDA1A7;
}
</style>