Shades of Wewak #FDA1A8
Tints of Wewak #FDA1A8
RGB
CMYK
RGB Variations
Color information
#FDA1A8 (or 0xFDA1A8) is known color: Wewak. HEX triplet: FD, A1 and A8. RGB value is (253,161,168). Sum of RGB (Red+Green+Blue) = 253+161+168=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA1A8 is #025E57. Grayscale: #BDBDBD. Windows color (decimal): -155224 or 11051517. OLE color: 11051517.
HSL color Cylindrical-coordinate representation of color #FDA1A8: hue angle of 355.43º 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 #FDA1A8 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 168 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.01 |
| HSL | 355.43º | 0.96% | 0.81% | - |
| HSV(B) | 355.43º | 0.36% | 0.99% | - |
| XYZ | 60.32 | 49.2 | 43.36 | - |
| YUV | 189.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 168 | 0 | 0.36 | 0.34 | 0.01 | 355.43 | 0.96 | 0.81 |
| Hex | FD | A1 | A8 | 0 | 24 | 22 | 1 | 163 | 60 | 51 |
| Octal | 375 | 241 | 250 | 0 | 44 | 42 | 1 | 543 | 140 | 121 |
| Binary | 11111101 | 10100001 | 10101000 | 0 | 100100 | 100010 | 1 | 101100011 | 1100000 | 1010001 |
Color Harmonies of #FDA1A8
Complementary color
Monochromatic Colors of #FDA1A8
Black with #FDA1A8
Text Example
Text Example
White with #FDA1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1A8; }
p { color: rgb(253,161,168); }
H1.HeaderClassName
{
color: #FDA1A8;
}
.AnyTagClassName
{
color: #FDA1A8;
}
</style>
background-color css
<style>
a { background-color: #FDA1A8; }
a { background-color: rgb(253,161,168); }
div.DivClassName
{
background-color: #FDA1A8;
}
.BgClassName
{
background-color: #FDA1A8;
}
</style>
border-color css
<style>
span { border-color: #FDA1A8; }
span { border-color: rgb(253,161,168); }
td.TdClassName
{
border-color: #FDA1A8;
}
.TagClassName
{
border-color: #FDA1A8;
}
</style>