Shades of Wewak #FDA2A7
Tints of Wewak #FDA2A7
RGB
CMYK
RGB Variations
Color information
#FDA2A7 (or 0xFDA2A7) is known color: Wewak. HEX triplet: FD, A2 and A7. RGB value is (253,162,167). Sum of RGB (Red+Green+Blue) = 253+162+167=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 167 (65.62% from 255 or 28.69% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA2A7 is #025D58. Grayscale: #BDBDBD. Windows color (decimal): -154969 or 10986237. OLE color: 10986237.
HSL color Cylindrical-coordinate representation of color #FDA2A7: hue angle of 356.7º 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 #FDA2A7 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 167 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.01 |
| HSL | 356.7º | 0.96% | 0.81% | - |
| HSV(B) | 356.7º | 0.36% | 0.99% | - |
| XYZ | 60.4 | 49.51 | 42.93 | - |
| YUV | 189.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 167 | 0 | 0.36 | 0.34 | 0.01 | 356.7 | 0.96 | 0.81 |
| Hex | FD | A2 | A7 | 0 | 24 | 22 | 1 | 165 | 60 | 51 |
| Octal | 375 | 242 | 247 | 0 | 44 | 42 | 1 | 545 | 140 | 121 |
| Binary | 11111101 | 10100010 | 10100111 | 0 | 100100 | 100010 | 1 | 101100101 | 1100000 | 1010001 |
Color Harmonies of #FDA2A7
Complementary color
Monochromatic Colors of #FDA2A7
Black with #FDA2A7
Text Example
Text Example
White with #FDA2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2A7; }
p { color: rgb(253,162,167); }
H1.HeaderClassName
{
color: #FDA2A7;
}
.AnyTagClassName
{
color: #FDA2A7;
}
</style>
background-color css
<style>
a { background-color: #FDA2A7; }
a { background-color: rgb(253,162,167); }
div.DivClassName
{
background-color: #FDA2A7;
}
.BgClassName
{
background-color: #FDA2A7;
}
</style>
border-color css
<style>
span { border-color: #FDA2A7; }
span { border-color: rgb(253,162,167); }
td.TdClassName
{
border-color: #FDA2A7;
}
.TagClassName
{
border-color: #FDA2A7;
}
</style>