Shades of Wewak #FDA1A4
Tints of Wewak #FDA1A4
RGB
CMYK
RGB Variations
Color information
#FDA1A4 (or 0xFDA1A4) is known color: Wewak. HEX triplet: FD, A1 and A4. RGB value is (253,161,164). Sum of RGB (Red+Green+Blue) = 253+161+164=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA1A4 is #025E5B. Grayscale: #BCBCBC. Windows color (decimal): -155228 or 10789373. OLE color: 10789373.
HSL color Cylindrical-coordinate representation of color #FDA1A4: hue angle of 358.04º 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 #FDA1A4 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 164 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.01 |
| HSL | 358.04º | 0.96% | 0.81% | - |
| HSV(B) | 358.04º | 0.36% | 0.99% | - |
| XYZ | 59.95 | 49.05 | 41.43 | - |
| YUV | 188.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 164 | 0 | 0.36 | 0.35 | 0.01 | 358.04 | 0.96 | 0.81 |
| Hex | FD | A1 | A4 | 0 | 24 | 23 | 1 | 166 | 60 | 51 |
| Octal | 375 | 241 | 244 | 0 | 44 | 43 | 1 | 546 | 140 | 121 |
| Binary | 11111101 | 10100001 | 10100100 | 0 | 100100 | 100011 | 1 | 101100110 | 1100000 | 1010001 |
Color Harmonies of #FDA1A4
Complementary color
Monochromatic Colors of #FDA1A4
Black with #FDA1A4
Text Example
Text Example
White with #FDA1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1A4; }
p { color: rgb(253,161,164); }
H1.HeaderClassName
{
color: #FDA1A4;
}
.AnyTagClassName
{
color: #FDA1A4;
}
</style>
background-color css
<style>
a { background-color: #FDA1A4; }
a { background-color: rgb(253,161,164); }
div.DivClassName
{
background-color: #FDA1A4;
}
.BgClassName
{
background-color: #FDA1A4;
}
</style>
border-color css
<style>
span { border-color: #FDA1A4; }
span { border-color: rgb(253,161,164); }
td.TdClassName
{
border-color: #FDA1A4;
}
.TagClassName
{
border-color: #FDA1A4;
}
</style>